All activity
Teck Millleft a comment
Just released V0.4.0 Cirrus. Check GitHub for more information. Thanks for stopping by!

NebulaDBTypeScript-first embedded database with reactive queries
Teck Millleft a comment
🚀 Latest Release: NebulaDB v0.3.0 “Billow” (July 2025) Huge milestone for NebulaDB! Here’s what’s new in v0.3.0: ✨ Advanced Indexing Support for compound, partial, multi-field, partial prefix, and range queries — unlocks serious query flexibility. 📐 Schema Versioning Built-in schema evolution and version tracking. No more manual hacks for model changes. 🔄 Migration Plugin Easily migrate between...

NebulaDBTypeScript-first embedded database with reactive queries
Teck Millleft a comment
📣 NebulaDB v0.2.3 is now available! This release brings major improvements to the NebulaDB ecosystem: All packages migrated to the new @nebula-db/* namespace for consistency and clarity TypeScript & Linting: Fixed all TypeScript errors and linter issues across the codebase and examples Vite Plugin: Resolved export conflicts and improved type safety Demo Stability: Addressed browser polyfill for...

NebulaDBTypeScript-first embedded database with reactive queries
Teck Millleft a comment
📣 NebulaDB v0.2.2 is now available! I've significantly improved error handling and recovery mechanisms: • Added comprehensive test suite for error handling • Implemented transaction failure recovery • Added data corruption recovery • Added network interruption recovery • Improved transaction system robustness All packages are now available on npm: npm install @nebula-db/core@0.2.2 Check out our...

NebulaDBTypeScript-first embedded database with reactive queries
Teck Millleft a comment
Hi Product Hunt! I'm excited to share NebulaDB with you today. I built NebulaDB to solve the challenges I faced when working with databases in TypeScript projects. Most existing solutions either lacked type safety or required complex ORM setups. NebulaDB gives you the best of both worlds - the flexibility of NoSQL with the safety of TypeScript. The reactive query system means your UI...

NebulaDBTypeScript-first embedded database with reactive queries
