{"library":"koishi-plugin-database-leveldb","type":"library","category":null,"description":"A database service plugin for the Koishi bot framework that uses LevelDB as the storage backend. Current stable version is 1.2.0, released as part of the koishi-shangxue-plugins collection. It provides a lightweight, embedded key-value store with no external database dependencies, making it suitable for small to medium-sized chatbots. Key differentiators: high read/write performance due to LevelDB, minimal configuration, and automatic data persistence in local files. It fully integrates with Koishi's database abstraction layer, supporting table definition, CRUD operations, and querying.","language":"javascript","status":"active","version":"1.2.0","tags":["javascript","bot","chatbot","koishi","plugin","database","client","storage","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install koishi-plugin-database-leveldb","imports":["import KoishiDatabaseLeveldb from 'koishi-plugin-database-leveldb'","export const inject = ['database']; export async function apply(ctx: Context) { ... }","declare module 'koishi' { interface Tables { demo: DemoTable } }"]},{"cmd":"yarn add koishi-plugin-database-leveldb","imports":[]},{"cmd":"pnpm add koishi-plugin-database-leveldb","imports":[]}],"homepage":null,"github":"https://github.com/koishi-shangxue-plugins/service-more","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/koishi-plugin-database-leveldb","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/koishi-plugin-database-leveldb/compatibility"}}