https://github.com/ryanleecode/rsqlite3
https://github.com/ryanleecode/rsqlite3
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanleecode/rsqlite3
- Owner: ryanleecode
- Created: 2019-05-11T23:13:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T02:59:13.000Z (almost 7 years ago)
- Last Synced: 2025-01-06T21:22:23.157Z (over 1 year ago)
- Language: Rust
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSqlite3
[](https://travis-ci.com/drdgvhbh/rsqlite3)
Simple Sqlite3 implementation in Rust using a Read-Eval-Print-Loop interface.
## Running
```sh
cargo run
```
## Tests
```sh
cargo test
```