system-runtime
system-runtime copied to clipboard
A JavaScript library that runs systems
In comparison to the other methods, e.g. update, insert does not deliver any result: result = runtime.require('db').collections().Person.insert({ '_id': 'luke', 'firstName': 'Luke', 'lastName': 'Skywalker' }); Here, result is always Array(0) [],...
I have created a project in [Crowdin](https://crowdin.com) in order to start localization of the [documentation](https://designfirst.io/systemruntime/documentation/). I have uploaded all the strings to the project here: https://crowdin.com/project/system-runtime, so that anyone can...
## What has been done - System Runtime is now an ES module. You can now use the JavaScript native **import** API to import the library from a CDN: ```html...