An open API service indexing awesome lists of open source software.

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

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)