redb 2.0.0

Rust Embedded DataBase
Documentation
1
2
3
4
5
6
use pyo3::prelude::*;

#[pymodule]
pub fn redb(_py: Python, _m: &PyModule) -> PyResult<()> {
    Ok(())
}