mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
29463dff52
commit
2e6d0d91a0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
import { type ColumnBuilderBaseConfig, type ColumnDataType, sql } from 'drizzle-orm';
|
||||
import { type LibSQLDatabase } from 'drizzle-orm/libsql';
|
||||
import {
|
||||
type IndexBuilder,
|
||||
type SQLiteColumnBuilderBase,
|
||||
|
@ -11,7 +12,6 @@ import {
|
|||
import type { DBColumn, DBTable } from '../core/types.js';
|
||||
import { type SerializedSQL, isSerializedSQL } from './types.js';
|
||||
import { pathToFileURL } from './utils.js';
|
||||
import { type LibSQLDatabase } from 'drizzle-orm/libsql';
|
||||
export type Database = Omit<LibSQLDatabase, 'transaction'>;
|
||||
export type { Table } from './types.js';
|
||||
export { createRemoteDatabaseClient, createLocalDatabaseClient } from './db-client.js';
|
||||
|
|
Loading…
Reference in a new issue