@interface-db/core
v1.0.67
Published
InterfaceDB's core local abstraction
Readme
@interface-db/core
InterfaceDB's core local abstraction.
Maintained by InterfaceDB, based on the Instant source. See LICENSE.md and NOTICE for attribution.
Welcome to InterfaceDB’s vanilla javascript SDK.
db.subscribeQuery({ todos: {} }, (resp) => {
if (resp.error) {
renderError(resp.error.message);
return;
}
if (resp.data) {
render(resp.data); // wohoo!
}
});Get Started
Follow the getting started in vanilla Javascript tutorial to set up a live app in under 5 minutes!
Questions?
If you have any questions, feel free to drop us a line on our issue tracker
