https://github.com/rustynova016/sequelles
Bunch of utilities to deal with SQLx data. Very opinionated
https://github.com/rustynova016/sequelles
Last synced: 9 months ago
JSON representation
Bunch of utilities to deal with SQLx data. Very opinionated
- Host: GitHub
- URL: https://github.com/rustynova016/sequelles
- Owner: RustyNova016
- License: agpl-3.0
- Created: 2025-07-15T12:11:26.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-15T12:55:05.000Z (12 months ago)
- Last Synced: 2025-07-16T04:56:50.251Z (12 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-AGPLv3.md
Awesome Lists containing this project
README
# Sequelles
An oppinionated library to deal with SQLx data.
⚠️ This is **NOT** an ORM. It doesn't generate any SQL queries. Only link to ones ⚠️
This library heavily rely on using row ids (`UNIQUE AUTOINCREMENT` integers that are above 0) to join data together. So if you already use those, this might be the library for you!