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

https://github.com/mdgriffith/pyre-ql


https://github.com/mdgriffith/pyre-ql

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Pyre

A schema and query language for building typesafe persistence using SQLite.

## Pre-requisites

You'll need Rust, Cargo and iconv installed.

Or you can use [devbox](https://www.jetify.com/devbox) to get all the right deps without polluting your system:

```
devbox shell
```

## Getting Started

```
cargo run
```

## Examples