{"library":"whocallsthefleet-database","type":"library","category":null,"description":"The `whocallsthefleet-database` package provides a dataset specifically structured as an embedded NeDB database for the 'Who Calls the Fleet' project (https://fleet.moe), which focuses on Kantai Collection game data. NeDB is a lightweight, embedded document-oriented database written in JavaScript, offering a subset of MongoDB's API for querying. It is designed for small-scale applications, capable of operating in-memory or persisting data to a local file. The current version of this data package is `20240308.0.1`. The original NeDB project by louischatriot is considered abandoned, with development ceasing around 2017, although forks like `@seald-io/nedb` continue active maintenance and introduce modern JavaScript features like Promises. This package's primary differentiator is its specific dataset content for 'Who Calls the Fleet', using NeDB for local, file-based storage without requiring a separate database server. It is ideal for desktop applications (Electron, nw.js) or small Node.js services requiring a local, non-concurrent data store.","language":"javascript","status":"abandoned","version":"20240308.0.1","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install whocallsthefleet-database","imports":["import Datastore from 'nedb'; // or '@seald-io/nedb'","import Datastore from '@seald-io/nedb';\nconst db = new Datastore({ filename: './node_modules/whocallsthefleet-database/db.json', autoload: true });","import Datastore from '@seald-io/nedb';\nconst db = new Datastore({ filename: './node_modules/whocallsthefleet-database/db.json' });\nawait db.loadDatabaseAsync(); // Using the async/Promise API from @seald-io/nedb"]},{"cmd":"yarn add whocallsthefleet-database","imports":[]},{"cmd":"pnpm add whocallsthefleet-database","imports":[]}],"homepage":"https://fleet.moe","github":"https://github.com/Diablohu/WhoCallsTheFleet-DB","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/whocallsthefleet-database","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/whocallsthefleet-database/compatibility"}}