Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 274 Bytes

File metadata and controls

13 lines (10 loc) · 274 Bytes

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