All official @djs-core/plugin-* packages listed here are deprecated and will be removed in an upcoming major release.

Do not use them for new projects. Migrate to native Database (db:, client.db, djs-core db). See the migration guide.

This page exists for reference while migrating existing bots. The marketplace below shows legacy official plugins only.

Official extensions

Pick a plugin, run one command, get typed APIs on client.

3Plugins
1Categories
100%Typed
AllDatabase
3 results
Deprecated

Drizzle ORM

v1.0.3
Database
@djs-core/plugin-drizzle

Deprecated — use native db: config and client.db instead. See migration guide.

  • Deprecated
  • Replaced by built-in @djs-core/db
  • client.drizzle → client.db
  • djs-core drizzle → djs-core db
Deprecated

Prisma SQLite

v1.0.3
Database
@djs-core/plugin-prisma-sqlite

Deprecated — migrate to native Drizzle DB or use Prisma directly without this plugin.

  • Deprecated
  • No official plugin maintenance
  • See migration guide for Drizzle path
Deprecated

Bun SQL

v2.0.3
Database
@djs-core/plugin-sql

Deprecated — use native client.db with Drizzle queries instead of raw SQL.

  • Deprecated
  • client.sql → client.db
  • Schema via db/schema.ts + migrations

Build your own (third-party)

Custom plugins via definePlugin are not deprecated — only the official @djs-core/plugin-* packages above.

Terminal window
djs-core plugin install <your-package>

See the Plugins guide for authoring and installing third-party plugins.