1.1.1 • Published 2 years ago

@jackdbd/sqlite-utils v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@jackdbd/sqlite-utils

Utility functions to work with SQLite.

Installation

npm install @jackdbd/sqlite-utils

⚠️ Warning:

This library declares better-sqlite3 as peer dependency.

Usage

You can import the top-level module:

import {
  bulkInsert,
  foreignKeys,
  pragmaDict,
  tableInfo
} from '@jackdbd/sqlite-utils'

or a specific ES module:

import {
  foreignKeys,
  pragmaDict,
  tableInfo
} from '@jackdbd/sqlite-utils/pragmas'

import { bulkInsert } from '@jackdbd/sqlite-utils/transactions'

API

API docs generated with TypeDoc

1.1.1

2 years ago

1.1.0

2 years ago

1.1.1-canary.1

2 years ago

1.1.0-canary.1

2 years ago

1.0.1

2 years ago