mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 09:44:21 +01:00
rename database-core -> database-common
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { DatabaseCompat, NativeDatabase, SqliteError, DatabaseOpts } from "@tursodatabase/database-core"
|
||||
import { DatabaseCompat, NativeDatabase, SqliteError, DatabaseOpts } from "@tursodatabase/database-common"
|
||||
import { Database as NativeDB } from "#index";
|
||||
|
||||
class Database extends DatabaseCompat {
|
||||
@@ -7,4 +7,4 @@ class Database extends DatabaseCompat {
|
||||
}
|
||||
}
|
||||
|
||||
export { Database, SqliteError }
|
||||
export { Database, SqliteError }
|
||||
|
||||
Reference in New Issue
Block a user