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

https://github.com/ryanleecode/rsqlite3


https://github.com/ryanleecode/rsqlite3

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# RSqlite3

[![Build Status](https://travis-ci.com/drdgvhbh/rsqlite3.svg?branch=master)](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
```