#OpenExpo18
Full stack developer and proud member of Open Source Weekends comunity
Open Source Ecosystem active collaborator
GoblinDB Co-Leader and Web Developer at CBI
Desarrollador Full Stack y orgulloso co-organizor de la comunidad Open Source Weekends (OSW)
Colaborador activo en la Comunidad Open Source
Trabaja como freelance, además de ser profesor en Fictizia.
+
Install the package
Add it to your project
- fileName
- pointerSymbol
- recordChanges
- mode
Basic Demo
You have many options to save data. As Goblin is a key/value database you need to know what is the key that you want to use/create.
By default Goblin will create an empty json file as database storage, if the file exist it will added to Goblin.
Database Content
Script content
By default Goblin will create an empty json file as database storage, if the file exist it will added to Goblin.
The event will return an object that contains previous data and current data. At the moment the the listeners can be added only to the database root
You can specify the trigger event:
You can use events in order to react to changes in the database. All the events are managed internally by Goblin inside as hooks.
We added .on() & .off() methods to manage the events.
You can store also anonymous functions in GoblinDB, we call this functions Ambush.
Once you add Ambush functions to GoblinDB... the system will save them under a .goblin file.
This feature will allow you to bring your functions together with your data to a new projects.
You can perform few basic operations to ambush functions through Goblin specific methods (similar to data ones...).
All the ambush functions has an specific setup. Internally they are objects with specific methods and properties
Filter by details
Ambush function in details
Dreams are extremely important. You can't do it unless you imagine it.
- George Lucas