Skip to content

Commit

Permalink
Adds createSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
tywalch committed Jan 20, 2023
1 parent 5ee922b commit 7a97e0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playground/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ class Entity extends ElectroDB.Entity {

class Service extends ElectroDB.Service {}

const createSchema = ElectroDB.createSchema;

const createCustomAttribute = ElectroDB.createCustomAttribute;

const CustomAttributeType = ElectroDB.CustomAttributeType;
Expand All @@ -216,6 +218,7 @@ window.ElectroDB = {
clearScreen,
printMessage,
printToScreen,
createSchema,
createCustomAttribute,
CustomAttributeType,
};

0 comments on commit 7a97e0d

Please sign in to comment.