Database
Represents a Sphere Kit database.
Constructor
Initialise the database class using the ID of the database. If the database you are trying to access is linked to your project in the Sphere Kit Dashboard, you can omit the id parameter.
var myDatabase = new Database(); // Initialising this project's database
var otherDatabase = new Database("databaseId") // Initialising another project's databaseMethods
Last updated