Skip to content

Commit 2eea644

Browse files
committed
Merge branch 'main' into fix-rn-buffer-and-core-tests
2 parents b1a3d19 + 43c65d8 commit 2eea644

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/index.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
export { Database } from './drivers/database'
1111
export { Statement } from './drivers/statement'
1212
export { SQLiteCloudConnection } from './drivers/connection'
13-
export { type SQLiteCloudConfig, type SQLCloudRowsetMetadata, SQLiteCloudError, type ResultsCallback, type ErrorCallback } from './drivers/types'
13+
export {
14+
type SQLiteCloudConfig,
15+
type SQLCloudRowsetMetadata,
16+
SQLiteCloudError,
17+
type ResultsCallback,
18+
type ErrorCallback,
19+
type SQLiteCloudDataTypes
20+
} from './drivers/types'
1421
export { SQLiteCloudRowset, SQLiteCloudRow } from './drivers/rowset'
15-
export { escapeSqlParameter, prepareSql, parseconnectionstring, validateConfiguration } from './drivers/utilities'
22+
export { escapeSqlParameter, prepareSql, parseconnectionstring, validateConfiguration, getInitializationCommands } from './drivers/utilities'
23+
export * as protocol from './drivers/protocol'

0 commit comments

Comments
 (0)