https://github.com/rorm-orm/rorm-sql
SQL builder of rorm
https://github.com/rorm-orm/rorm-sql
Last synced: 8 months ago
JSON representation
SQL builder of rorm
- Host: GitHub
- URL: https://github.com/rorm-orm/rorm-sql
- Owner: rorm-orm
- License: mit
- Created: 2022-11-22T02:03:29.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-28T16:17:14.000Z (over 1 year ago)
- Last Synced: 2024-04-29T17:45:06.986Z (over 1 year ago)
- Language: Rust
- Size: 118 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rorm-sql
[](https://github.com/rorm-orm/rorm-sql/blob/dev/LICENSE)
[](https://crates.io/crates/rorm-sql)
[](https://docs.rs/rorm-sql/)
`rorm-sql` is a wrapper for SQL.
It provides abstraction for different database dialects, but little to no
abstraction regarding features.