Skip to content

Commit 0bd7c0c

Browse files
committed
refactor to adapter class system
1 parent 4c6874b commit 0bd7c0c

File tree

5 files changed

+1001
-1447
lines changed

5 files changed

+1001
-1447
lines changed

src/storage/adapter-factory/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ import type {
1313

1414
export * from "./types";
1515

16+
/** Default query limit for paginated results */
17+
export const DEFAULT_QUERY_LIMIT = 100;
18+
1619
/**
1720
* Creates a storage adapter with automatic transformations and field mapping
1821
*/

0 commit comments

Comments
 (0)