K
K
komarevtsev2016-03-27 15:10:21
Node.js
komarevtsev, 2016-03-27 15:10:21

Choosing a database for the admin?

I am writing an application in express. The application itself does not require data storage, but the admin panel does. Moreover, there is very little data, 10-15 string values. for the sake of this, I really don’t want to raise mongodb / mysql
, maybe there are some options for my case?
thank!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dmitry Belyaev, 2016-03-27
@komarevtsev

store in json file

S
sim3x, 2016-03-27
@sim3x

settings.json
settings.yaml
bash environment variables

K
keslo, 2016-03-27
@keslo

+1 for the json file

E
Express777, 2016-03-28
@Express777

sqlite
The power of SQL that can be stored in a very ordinary file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question