Skip to content

TmLev/crud-grpc-rust-tonic-butane-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD RPC [Rust + Tonic + Butane + Postgres]

API should allow simple CRUD operations over artists entities.

Current status:

  • List
  • Retrieve
  • Create
  • Update
  • Destroy

TODO:

  • PgRepo over butane is really awkward when using async runtime