Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/drizzle-team/drizzle-orm
/ better-sqlite.test.ts
File
better-sqlite.test.ts
integration-tests/tests/sqlite/better-sqlite.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
Database from
'better-sqlite3'
;
2
import
{ sql } from
'drizzle-orm'
;
3
import
{
type
BetterSQLite3Database, drizzle } from
'drizzle-orm/better-sqlite3'
;
4
import
{ migrate } from
'drizzle-orm/better-sqlite3/migrator'
;
Callers
nothing calls this directly
Calls
11
drizzle
Function · 0.90
sql
Function · 0.90
migrate
Function · 0.90
skipTests
Function · 0.90
tests
Function · 0.90
run
Method · 0.45
values
Method · 0.45
insert
Method · 0.45
all
Method · 0.45
from
Method · 0.45
select
Method · 0.45
Tested by
no test coverage detected