1.0.8 • Published 6 years ago

jsonfile-obj-db v1.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

jsonfile-obj-db

const JFODB = require( "jsonfile-obj-db" );

( ()=> {

	const my_db_1 = new JFODB( "test1" );
	const my_db_2 = new JFODB( "test2" );

	my_db_1.self[ "1" ] = [ "1" , 2 , [ 3 , 5 ] ];
	my_db_1.save();
	my_db_2.self[ "2" ] = "test";
	my_db_2.save();

})();
1.0.8

6 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago