peopledoc / slonik

Postgresql driver for python, in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slonik - An experiment from the past for the Python PostgreSQL driver of the Future

CircleCI

Rust Inside™

A Python binding to rust-postgres, a native PostgreSQL driver for Rust.

IRC channel: #slonik on freenode.

Note: Slonik started as an experiment, and will probably never go past that. We've learned tons of things during its creation, two of them being that programs using CFFI are bound to be slower (with CPython) than implementations using the Python C API, and that interfacing the Python Event Loop with the async support of Rust is… challenging at best.

About

Postgresql driver for python, in rust

License:MIT License


Languages

Language:Python 69.6%Language:Rust 30.4%