@interface-db/admin
v1.0.67
Published
Admin SDK for InterfaceDB
Readme
@interface-db/admin
Admin SDK for InterfaceDB.
Maintained by InterfaceDB, based on the Instant source. See LICENSE.md and NOTICE for attribution.
Welcome to InterfaceDB’s admin SDK.
import { init, tx, id } from '@interface-db/admin';
const adminDB = init({
appId: 'my-instant-app-id',
adminToken: process.env.INSTANT_APP_ADMIN_TOKEN,
});
const data = await adminDB.query(
{ bookshelves: { books: {} } }, // wohoo!
);Get Started
Head on over to the Instant on the Backend page in the docs to get started!
Questions?
If you have any questions, feel free to drop us a line on our issue tracker
