{"library":"koishi-plugin-database-txtdb","type":"library","category":null,"description":"A Koishi plugin that provides a simple, file-based database service using plain text files. Data is stored line-by-line as JSON strings, making it highly readable and easy to debug. It is designed for small-scale or prototype bots that do not require a full database engine. Current stable version: 1.2.0. Released as needed. Key differentiators: no dependencies beyond Koishi, zero parsing overhead, file-lock based concurrency safety.","language":"javascript","status":"active","version":"1.2.0","tags":["javascript","bot","chatbot","koishi","plugin","database","client","storage","txt","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install koishi-plugin-database-txtdb","imports":["import TxtDb from 'koishi-plugin-database-txtdb'","import type { Plugin } from 'koishi'\nimport TxtDb from 'koishi-plugin-database-txtdb'","ctx.plugin(TxtDb, { path: './data' })"]},{"cmd":"yarn add koishi-plugin-database-txtdb","imports":[]},{"cmd":"pnpm add koishi-plugin-database-txtdb","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-txtdb","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-txtdb/compatibility"}}