@autonia/database
v0.1.26
Published
Database adapters for AgentGraph
Readme
@autonia/database
Database adapters and connections
Purpose
Provides database connectivity and adapters for various database systems.
Features
- MongoDB adapter
- PostgreSQL support
- Supabase integration
Installation
npm install @autonia/database
# or
pnpm add @autonia/database
# or
yarn add @autonia/databaseUsage
import /* exports */ "@autonia/database";
// Usage examples will be added as the API stabilizesDependencies
This package depends on the following AGX packages:
- @autonia/types
Development
# Install dependencies
pnpm install
# Build the package
pnpm run build
# Run in development mode
pnpm run developLicense
MIT - See LICENSE file for details.
Contributing
This package is part of the AGX monorepo. Please see the main repository for contribution guidelines.
