Skip to content

Starting to learn some advanced backend concepts from RUST

Notifications You must be signed in to change notification settings

UdyWeber/Learning-DieselORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before Running the application make Sure that Postgress is Running

mac -> brew services start postgresql

Diesel Commands and Whys

diesel migration run -> Run all created migrations diesel migration redo -> Update Existent Migrations diesel database reset -> Wipe all records from DB

DB interaction

psql postgres://localhost/db -> Opens DB shell so you can execute SQL

About

Starting to learn some advanced backend concepts from RUST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published