mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 03:34:18 +01:00
rename database-core -> database-common
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { DatabasePromise, NativeDatabase, SqliteError, DatabaseOpts } from "@tursodatabase/database-core"
|
||||
import { DatabasePromise, NativeDatabase, SqliteError, DatabaseOpts } from "@tursodatabase/database-common"
|
||||
import { Database as NativeDB } from "#index";
|
||||
|
||||
class Database extends DatabasePromise {
|
||||
@@ -18,4 +18,4 @@ async function connect(path: string, opts: any = {}): Promise<Database> {
|
||||
return new Database(path, opts);
|
||||
}
|
||||
|
||||
export { connect, Database, SqliteError }
|
||||
export { connect, Database, SqliteError }
|
||||
|
||||
Reference in New Issue
Block a user