{"id":18482,"library":"koishi-plugin-database-drop","title":"koishi-plugin-database-drop","description":"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.","status":"active","version":"0.0.2","language":"javascript","source_language":"en","source_url":null,"tags":["javascript","chatbot","koishi","plugin","typescript"],"install":[{"cmd":"npm install koishi-plugin-database-drop","lang":"bash","label":"npm"},{"cmd":"yarn add koishi-plugin-database-drop","lang":"bash","label":"yarn"},{"cmd":"pnpm add koishi-plugin-database-drop","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"peer dependency, required for plugin functionality","package":"koishi","optional":false}],"imports":[{"note":"The plugin provides no named exports; it is auto-loaded by Koishi's plugin system.","wrong":"import plugin from 'koishi-plugin-database-drop'","symbol":"default","correct":"import {} from 'koishi-plugin-database-drop'"}],"quickstart":{"code":"// In your Koishi project config (koishi.config.ts or similar)\nexport default {\n  plugins: {\n    'database-drop': {},\n  },\n};\n// Then trigger the drop via command (if plugin exposes one)\n// This plugin likely provides a command like 'database.drop' to drop the database.","lang":"typescript","description":"Shows how to add the plugin to a Koishi project config."},"warnings":[{"fix":"Always specify exact version or use lockfile.","message":"Plugin is in very early development (v0.0.2) and may change breakingly.","severity":"deprecated","affected_versions":">=0.0.0"},{"fix":"Use with caution in production.","message":"Dropping a database is irreversible; ensure backups.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}