Registry / database / koishi-plugin-database-drop

koishi-plugin-database-drop

JSON →
library0.0.2jsnpmunverified

A Koishi plugin that drops a database quickly. Current stable version is 0.0.2, with no active release cadence. This plugin is a niche utility for Koishi chatbot framework developers, allowing fast database removal. Differentiators: it is a minimal plugin with no extra dependencies beyond Koishi 4.18.7+ and designed for quick database drop operations. Unlike general database management tools, it is tightly integrated with Koishi's plugin system.

npm install koishi-plugin-database-drop
INSTALL
IMPORT
SIG · KOISHI-PLUGIN-DATA
K
koishi-plugin-database-drop
databasejavascriptv0.0.2
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import {} from 'koishi-plugin-database-drop'
import plugin from 'koishi-plugin-database-drop'
The plugin provides no named exports; it is auto-loaded by Koishi's plugin system.

Shows how to add the plugin to a Koishi project config.

// In your Koishi project config (koishi.config.ts or similar) export default { plugins: { 'database-drop': {}, }, }; // Then trigger the drop via command (if plugin exposes one) // This plugin likely provides a command like 'database.drop' to drop the database.
Debug
Known issues
deprecatedPlugin is in very early development (v0.0.2) and may change breakingly.
fix
Always specify exact version or use lockfile.
affects: >=0.0.0
gotchaDropping a database is irreversible; ensure backups.
fix
Use with caution in production.
affects: >=0.0.0
Upgrade
Version history
0.0.2latest on npm
Audit
Dependencies
koishirequiredpeer dependency, required for plugin functionality
Agent activity
6 hits · last 30 days
node
6
Resources
koishi-plugin-database-drop — npm install koishi-plugin-database-drop · libregistry