#Web Development

9 messages · Page 1 of 1 (latest)

sharp ibex
#

Actix Web - Backend Yew - FrontEnd SQLX - DataBase

I am new to web development, I have setup Actix Web Backend and Yew Front End I need help understanding SQLX and if I need to have PostgreSQL setup first to be able to use SQLX.

My second question after is: How do I get everything that is working individually to work together to create my website?

foggy holly
shrewd granite
rich apex
#

Why in gods name would you have a crate or ORM install the engine itself

shrewd granite
rich apex
#

That's what SQLite is for

#

Start with SQLite, have fun, then learn what the server implementations do when you're comfortable with SQL and how it's used

shrewd granite
#

@sharp ibex ^

#

I agree with that advice