1 unstable release
0.1.0 | Jan 3, 2024 |
---|
#2411 in Database interfaces
110KB
3K
SLoC
sqlstr
A SQL (sqlstr) query builder.
Features
#![no_std]
and nocore::fmt
TODO
- publish the library (version 0.1.0)
- Complete the SQL dialect
- comparisson expressions
- BETWEEN
- IN list
- IS NULL
- IS NOT NULL
- EXISTS
- functions
- text
- list and array
- math
- date and time
- comparisson expressions
- add database dialects
- Postgres
- MySQL
- SQLite
- import features from other crates
- add integration tests for complex commands
- Audit
core::fmt
usage underfmt
feature flag - Stript the
Debug
implementations on release build - SQL Commands
- Create an example/benchmark without
fmt
andstd
features and verify the binary size with cargo-bloat