simuldb 0.11.2

Database with backend and format agnostic data storage for simulation results coupled with metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[project]
name = "simuldb"
readme = "PYREADME.md"
classifiers = [
    "Programming Language :: Rust",
    "Topic :: Database"
]

[project.urls]
Documentation = "https://solidtux-rust.gitlab.io/simuldb"

[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"