Skip to content

peopledoc/slonik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.