@zenithdb/types
v0.3.0
Published
Type definitions for Zenith database engine
Readme
ZenithDB Types
Comprehensive TypeScript type definitions for the Zenith database engine, providing a powerful wrapper around IndexedDB with full type safety and IntelliSense support.
Description
@zenithdb/types contains all TypeScript type definitions, interfaces, and utility types used across the Zenith ecosystem. It provides complete type safety for schema definitions, query operations, storage adapters, and sync engine functionality, ensuring your IndexedDB wrapper has robust compile-time guarantees.
Core Package
Check out core package zenithdb
NPM
# Install types package
npm install @zenithdb/types
# Or install everything at once
npm install @zenithdb/kit