Skip to content

TmLev/crud-rest-api-rust-rocket-diesel-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD REST API [Rust + Rocket + Diesel + Postgres]

Caution

I don't encourage using Rocket in production.
I've switched to Axum + sqlx and suggest you do the same.
Diesel is totally fine, I just prefer sqlx.

API should allow simple CRUD operations over artists entities.

Current status:

  • List
  • Retrieve
  • Create
  • Update
  • Destroy

About

Part of the playground: https://github.com/TmLev/playground

Resources

Stars

Watchers

Forks