Driver Registry

integrations

Drivers let ObjectStack applications wrap existing databases, spreadsheets, SaaS APIs, and proprietary systems. ObjectQL handles query translation; ObjectOS governs application and AI interaction through permissions, audit, and approved actions.

Driver Registry

A driver registry for connecting existing systems to ObjectStack applications and ObjectOS runtime governance.

Relational Databases

PostgreSQL
Production-grade relational database with JSONB and full SQL compliance.

MySQL
High-concurrency relational database optimized for web-scale workloads.

NoSQL & Cache

Redis
In-memory data structure store used as database, cache, and message broker.

MongoDB
Document database with schema-to-document mapping.

Files & Spreadsheets

Excel / CSV
Mount spreadsheets alongside your databases and query via unified API.

CSV Files
Read and write CSV files with full ObjectQL query support.

Custom: Build Your Own Driver in TypeScript

Extend ObjectStack with custom drivers for proprietary systems, legacy databases, or SaaS APIs so applications and AI tools can interact through governed actions.

Build Your Own Driver

Extend ObjectStack applications with custom drivers for any data source while keeping ObjectOS governance and AI tool boundaries intact.

Implement the Driver Interface

Write TypeScript code implementing the ObjectQL Driver Protocol. Define how to read, write, and query your data source.

Test Locally with Studio

Load your custom driver in Object Studio. Test queries, validate performance, and iterate rapidly.

Publish to Registry

Share your driver with the community or keep it private for your organization. Versioning and dependency management included.