# Database

Wonder where to store datas? Wonder no more! As Biscord supports JSON Database set.

# Creating Instance

Let's include the Database handler to your project.

  var Database = new Biscrod.DatabaseHandler( './database.json' )
1

First parameter should be an absolute path to your JSON file where the handler will store the data to.

# Management

To manage your database, you can use methods or functions in the DatabaseHandler documentation.