Socket
Book a DemoInstallSign in
Socket

expo-drizzle-studio-plugin

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-drizzle-studio-plugin

Expo DevTools Plugin for Drizzle Studio

latest
npmnpm
Version
0.2.0
Version published
Weekly downloads
8K
-18.87%
Maintainers
4
Weekly downloads
 
Created
Source

Drizzle Studio for Expo SQLite

Expo dev tools plugin for you to browse your Expo SQLite data with Drizzle Studio 🎉

Get Started

Add Expo SQLite to your project

Install expo-drizzle-studio-plugin

npm i expo-drizzle-studio-plugin

Setup Drizzle Studio plugin

import { useDrizzleStudio } from "expo-drizzle-studio-plugin";
import * as SQLite from "expo-sqlite";
import { View } from "react-native";

const db = SQLite.openDatabaseSync("db");

export default function App() {
    useDrizzleStudio(db);

    return <View></View>;
}

Run and Expo app on physical device, simulator or emulator which supports Expo SQLite. Web doesn't support SQLite.

npx expo start

Open devtools menu from the terminal with "start" process and choose expo-drizzle-studio-plugin

shift + m

Keywords

expo

FAQs

Package last updated on 27 Jun 2025

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