Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Consider use MongoDB and NeDB #3

Open
kis87988 opened this issue Jun 7, 2020 · 2 comments
Open

Consider use MongoDB and NeDB #3

kis87988 opened this issue Jun 7, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kis87988
Copy link
Collaborator

kis87988 commented Jun 7, 2020

We currently don't have any data storage database.

Personally, I consider use MongoDB, but sometimes if we only run on the fly.
We may not have MongoDB server ready.
Therefore, we should have a solution similar to SQLlite.

A MongoDB SQLlite version is NeDB.

Our application should work with Both MongoDB and NeDB.

Therefore, consider to create a abstract database class work both of DB, and then we have both bot to DB driver for both type of DB.

NeDB: https://github.com/louischatriot/nedb

@kis87988 kis87988 added the enhancement New feature or request label Jun 7, 2020
@kis87988 kis87988 self-assigned this Jun 7, 2020
@xinbenlv
Copy link
Contributor

That's f**king awesome~

@xinbenlv
Copy link
Contributor

forking, I mean

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants