https://github.com/mdgriffith/pyre-ql
https://github.com/mdgriffith/pyre-ql
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdgriffith/pyre-ql
- Owner: mdgriffith
- Created: 2024-05-30T11:18:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T17:08:58.000Z (about 1 year ago)
- Last Synced: 2025-04-13T18:25:54.029Z (about 1 year ago)
- Language: Rust
- Size: 818 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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