Database other than Redis and Mongodb
-
-
@baris said:
Thats why I was thinking about building a
db.exportToJson()
which would create the same json database output from mongo and redis. And then laterdb.importFromJson()
so you can switch between the two. It would require some effort though.that file might become one hell of a fat JSON - might run into memory issues trying to write/parse that
-
haha yeah 600mb json file
my vote for the next addition to our DBAL is csv flat file db.
-
haha yeah 600mb json file
@psychobunny probably more.. JSON is verbose
Copyright © 2024 NodeBB | Contributors