{"library":"expo-sqlite-query-helper","type":"library","category":null,"description":"SQLite query helper library for expo-sqlite providing a simplified API for common database operations like create table, insert, search, update, and delete. Version 1.1.4 (latest as of 2022) offers a promise-based async interface and TypeScript types. It wraps expo-sqlite to reduce boilerplate but has limited documentation and no active maintenance. Key differentiators: minimal abstraction, direct result objects with insertId/rowsAffected/lastQuery, and support for batch inserts. However, it lacks full SQL flexibility and is not recommended for complex queries.","language":"javascript","status":"active","version":"1.1.4","tags":["javascript","expo","react-native","sqlite","expo-sqlite","expo-sqlite-helper","sqlite-query-builder","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install expo-sqlite-query-helper","imports":["import Database from 'expo-sqlite-query-helper'","import { createTable } from 'expo-sqlite-query-helper'","import { insert } from 'expo-sqlite-query-helper'","import { search } from 'expo-sqlite-query-helper'","import { update } from 'expo-sqlite-query-helper'"]},{"cmd":"yarn add expo-sqlite-query-helper","imports":[]},{"cmd":"pnpm add expo-sqlite-query-helper","imports":[]}],"homepage":"https://github.com/ltsharma/expo-sqlite-query-helper#readme","github":"https://github.com/ltsharma/expo-sqlite-query-helper","docs":null,"changelog":null,"pypi":null,"npm":"expo-sqlite-query-helper","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}