Database
in progress
H
Hamza imran
Would this be a kind of wrapper on top of sqlite or a similar database?
Jamiu Okanlawon
Hamza imran Yes, it does build on SQLite but it’s not just a wrapper.
It's a distributed version of SQLite. This means instead of being a single file on one device, it's a database that can run in multiple locations at once.
Alex Duke
Merged in a post:
Globe Database
Alex Duke
Globe database that is:
- Lightweight: Minimal overhead, designed for efficiency.
- Instantly Available: Works out of the box with zero setup.
- Fast: Optimised for quick, reliable data access.
- Seamless: Integrates effortlessly with your existing code.
- Self-Contained: Runs in your local environment.
- Simple: Focused on ease of use for read-heavy workloads.
Alex Duke
in progress