v2.11.0: Seamless Data Migration & Multi-Format Import #2
Lukatrum
announced in
Announcements
Replies: 2 comments 1 reply
-
|
I love it! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I love your squirrel logo, so lovely |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Release v2.11.0: Seamless Data Migration & Multi-Format Import
We are excited to announce omni-json-db v2.11.0! This release focuses heavily on Seamless Data Migration, introducing a built-in conversion engine that effortlessly transforms existing datasets and configuration files into our high-performance NoSQL structures.
Importing and exporting your data is now achievable with just a single line of code.
✨ Key New Features
Relational to NoSQL Transformation (SQLite): You can now load an entire SQLite database directly into omni-json-db. The engine automatically maps your existing SQLite tables into distinct, isolated "groups" within the JSON database.
Native Configuration Parsing (INI & TOML): Easily ingest structured configuration files. This is perfect for initializing your database state from existing application configurations or transforming standard config files into queryable, time-travel-enabled database objects.
Streamlined Data Integration: Combined with our existing native CSV hooks , these new import capabilities make migrating legacy data or integrating with external systems an absolute breeze.
+1
💻 Quick Implementation Examples
1. One-Line SQLite Import
Transitioning from a relational model to omni-json-db is now incredibly simple. Tables automatically become manageable groups.
2. INI & TOML Configuration Loading
Load configuration files directly from paths or string streams.
🛠️ Getting Started
Upgrade to the latest version via pip:
👥 Contributing & Feedback
Contributions to omni-json-db are always welcome! Whether you are reporting a bug, discussing improvements, or writing extensions, we appreciate your support. Feel free to open a fresh issue to start a discussion around a feature idea.
Full Changelog: v2.08.00...v2.11.00
This discussion was created from the release Seamless Data Migration & Multi-Format Import.
Beta Was this translation helpful? Give feedback.
All reactions