Skip to content

AnthonySLuong/Rust-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Restful CRUD API

Goal

  • Fast, Reliable, Concurrent PostgresSQL Restful API built on Rust
  • Utilize axum for http Restful API
  • Utilize deadpool-postgres for connection pool

Endpoints

POST /channel
GET /channel/:channelid
PUT /channel/:channelid
DELETE /channel/:channelid

About

Postgres CRUD Rest API built on Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published