Skip to content

Commit

Permalink
Export types and drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
DallasHoff committed Jan 26, 2025
1 parent e48a119 commit 9defdc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
export { SQLocal } from './client.js';
export { SQLocalProcessor } from './processor.js';

export { SQLiteOpfsDriver } from './drivers/sqlite-opfs-driver.js';
export { SQLiteMemoryDriver } from './drivers/sqlite-memory-driver.js';
export { SQLiteKvvfsDriver } from './drivers/sqlite-kvvfs-driver.js';

export type * from './types.js';

0 comments on commit 9defdc1

Please sign in to comment.