@instantdb/admin
v0.18.1
Published
Admin SDK for Instant DB
Downloads
10,395
Keywords
Readme
Welcome to Instant's admin SDK.
import { init, tx, id } from '@instantdb/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 Discord