Unified front-end DB API with pluggable adapters (Runtime, Supabase, ...).
- 🔌 Pluggable Adapters: Support for multiple database backends
- 🚀 Runtime Agnostic: Works in Web, Expo, and other environments
- 🔐 Built-in Authentication: See AUTHENTICATION_IMPLEMENTATION.md
- 📦 Monorepo Structure: Individual packages for different adapters
@vibecode-db/client- Main client library@vibecode-db/sqlite-core- SQLite core functionality@vibecode-db/sqlite-web- SQLite adapter for web@vibecode-db/sqlite-expo- SQLite adapter for Expo
npm install @vibecode-db/client
# or
yarn add @vibecode-db/client// Coming soon - check the examples directory# Install dependencies
npm install
# Build all packages
npm run build
# Run in development mode
npm run dev
# Run tests
npm testFor detailed authentication implementation, see AUTHENTICATION_IMPLEMENTATION.md.
Built by GeekyAnts, experts in AI Engineering and full stack development.
MIT