UNPKG

ranvier-datasource-sqlite

Version:

Enable Ranvier MUD to leverage Sqlite as a datasource. Inserts data for entities into configured table as a serialized json object and retrieves back into a JSON object for game use.

29 lines (28 loc) 863 B
{ "name": "ranvier-datasource-sqlite", "version": "0.1.2", "description": "Enable Ranvier MUD to leverage Sqlite as a datasource. Inserts data for entities into configured table as a serialized json object and retrieves back into a JSON object for game use.", "main": "SqliteDataSource.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/coderintherye/ranvier-datasource-sqlite.git" }, "keywords": [ "ranvier", "sqlite", "data", "mud" ], "author": "Coderintherye", "license": "Apache-2.0", "bugs": { "url": "https://github.com/coderintherye/ranvier-datasource-sqlite/issues" }, "homepage": "https://github.com/coderintherye/ranvier-datasource-sqlite#readme", "dependencies": { "better-sqlite3": "^6.0.1" } }