https://github.com/zombiezen/rust-sqlite
Low-level, safe SQLite bindings for Rust
https://github.com/zombiezen/rust-sqlite
rust sqlite
Last synced: 2 months ago
JSON representation
Low-level, safe SQLite bindings for Rust
- Host: GitHub
- URL: https://github.com/zombiezen/rust-sqlite
- Owner: zombiezen
- License: mit
- Created: 2023-09-13T22:23:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T22:28:38.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T08:31:02.065Z (about 1 year ago)
- Topics: rust, sqlite
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# `zombiezen-sqlite` Rust crate
Low-level, safe [SQLite](https://www.sqlite.org/) bindings for Rust.
## Install
```shell
cargo add zombiezen-sqlite
```
## License
[MIT](LICENSE)