Numstore
Relational DatabasesA single‑file embedded ACID database optimized for storing and manipulating numerical arrays
Features
- Stores fixed‑type numeric arrays in a compact single file
- Provides transactional (ACID) operations: create, insert, read, write, remove
- Python bindings via the pynumstore package for easy integration
Recent releases
View all 6 releases →
v1.0.0
Breaking
Breaking changes
- Removed automatic "\.db" suffix from opened filenames
Full changelog
Changed
- Files are now not suffixed by ".db" - they are exactly as you specify in open
Full Changelog: https://github.com/lincketheo/smartfiles/compare/v0.0.3...v1.0.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Install & Platforms
Install via
pip
Platforms
linux
macos
windows