Database Plugins
Connect StreetJS to SQL and document databases with native, dependency-free drivers — no pg, mysql2 or mongodb npm packages. Each plugin speaks the database wire protocol directly over Node core for pooling, streaming and authentication you can audit.
4 official Database plugins, all installable from npm. See the full Plugin Marketplace.
| Plugin | Description | Version | Links |
|---|---|---|---|
| @streetjs/plugin-mongodb | Official StreetJS plugin: MongoDB (dependency-free BSON + OP_MSG + SCRAM-SHA-256 client). | v1.0.3 |
npm |
| @streetjs/plugin-mysql | Official StreetJS plugin: MySQL/MariaDB connection pool (wraps the native, dependency-free core driver). | v1.0.3 |
npm |
| @streetjs/plugin-postgres | Official StreetJS plugin: PostgreSQL connection pool (wraps the native, dependency-free core driver). | v1.0.3 |
npm |
| @streetjs/plugin-supabase | Official StreetJS plugin: Supabase PostgREST data API (dependency-free HTTPS client). | v1.0.3 |
npm |