CrsiX / rorm-python

Python bindings for DRORM using a pure Rust implementation or FFI abstractions

Home Page:https://github.com/myOmikron/drorm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python database package for rorm

This package aims to implement the Python Database API Spec v2.0 from PEP 249 using the Rust ORM rorm together with Maturin in pure Rust. It's designed as a async database driver for SQLite, MySQL and Postgres. However, sync functions of the async functions will be provided, too.

About

Python bindings for DRORM using a pure Rust implementation or FFI abstractions

https://github.com/myOmikron/drorm


Languages

Language:Python 69.2%Language:Rust 30.8%