mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 00:54:19 +01:00
rename database-core -> database-common
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { DatabasePromise, NativeDatabase, DatabaseOpts, SqliteError } from "@tursodatabase/database-core"
|
||||
import { DatabasePromise, NativeDatabase, DatabaseOpts, SqliteError } from "@tursodatabase/database-common"
|
||||
import { connect as nativeConnect, initThreadPool, MainWorker } from "#index";
|
||||
|
||||
let workerRequestId = 0;
|
||||
|
||||
Reference in New Issue
Block a user