Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instantdb/admin

Package Overview
Dependencies
Maintainers
0
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instantdb/admin

Admin SDK for Instant DB

  • 0.16.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1.2K
increased by6.4%
Maintainers
0
Weekly downloads
 
Created
Source

Shows the Instant logo

@instantdb/admin

stars

Get Started · Examples · Try the Demo · Docs · Discord

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

FAQs

Package last updated on 16 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc