1.0.5 • Published 3 years ago

@hyperflame1/database v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Database package

Info

  • This package was made by Hyperflame.

Code

  • Lets create a new database.
let db = require('@hyperflame1/database');

db.create('example'); // Creates a new database file named "example.sd"

db.set('example', 'test', 'value'); // Sets the variable "test" to the string "value" in "example.sd"

let test = db.get('example', 'test'); // Gets the database value "test" from "example.sd"
  • Lets now delete that database.
db.delete('example');

Conclusion

  • Thats how one uses the package!

  • Have a good time using this package!

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago