https://github.com/aliscode/db_api
Web-Framework Abstraction Layer for Easy APIs
https://github.com/aliscode/db_api
Last synced: 11 months ago
JSON representation
Web-Framework Abstraction Layer for Easy APIs
- Host: GitHub
- URL: https://github.com/aliscode/db_api
- Owner: AlisCode
- Created: 2019-07-31T06:49:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T14:45:54.000Z (about 6 years ago)
- Last Synced: 2025-01-06T09:12:21.709Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 107 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# db_api
WIP implementation of a Web-Framework agnostic layer to decouple your backend's code from the Web Framework.
Provides Templates implementations to allow for easy code reuse and setup.
# TODO
* Look at [validator](https://crates.io/crates/validator)
* Use [darling](https://crates.io/crates/darling) for macro implementation