Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages