MaxBondABE / rusqlite_utils

Lightweight, low-level utilities for `rusqlite`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rusqlite_utils

CI

A lightweight set of low-level utilities for using rusqlite.

The project is functional but needs more polish. Please see this issue for the roadmap to a version 1.0.

Project

Project goals

  • Providing a lightweight addition to rusqlite
  • Automating repetitive parts of rusqlite's interface
  • Enhancing the type safety of database models

Project non-goals

  • Being an ORM or framework
  • Compatibility with other Rust SQL ecosystems (eg sqlx or rust-postgres)

About

Lightweight, low-level utilities for `rusqlite`.

License:MIT License


Languages

Language:Rust 100.0%