release: WRNexusJS 0.8.0
This commit is contained in:
@@ -31,7 +31,9 @@ export {
|
||||
status,
|
||||
scaffoldMigration,
|
||||
} from "./migrate.ts";
|
||||
export type { Migration } from "./migrate.ts";
|
||||
export type { Migration, MigrationRunOptions } from "./migrate.ts";
|
||||
export { analyzeMigrationSafety, analyzeMigrations } from "./migration-safety.ts";
|
||||
export type { MigrationSafetyIssue } from "./migration-safety.ts";
|
||||
export { parseQueries, generateQueriesFile } from "./generate.ts";
|
||||
export type { QueryDef, QueryKind, ModelRef } from "./generate.ts";
|
||||
export { paginate, loadRelated } from "./query.ts";
|
||||
@@ -39,5 +41,22 @@ export type { Paginated, PageOptions, RelationOptions } from "./query.ts";
|
||||
export { cursorPaginate, optimisticUpdate, tenantScope, softDeleteClause } from "./advanced.ts";
|
||||
export type { CursorPage, CursorPageOptions } from "./advanced.ts";
|
||||
|
||||
export { instrumentDb, queryOperation } from "./performance.ts";
|
||||
export {
|
||||
instrumentDb,
|
||||
queryOperation,
|
||||
getDbPerformanceSnapshot,
|
||||
resetDbPerformanceSnapshot,
|
||||
} from "./performance.ts";
|
||||
export type { QueryIssue, QueryPolicy, QueryRecord } from "./performance.ts";
|
||||
export {
|
||||
RecordNotFoundError,
|
||||
firstOrThrow,
|
||||
exists,
|
||||
countRows,
|
||||
withTransaction,
|
||||
retryTransaction,
|
||||
batch,
|
||||
databaseHealth,
|
||||
createRepository,
|
||||
} from "./helpers.ts";
|
||||
export type { Repository } from "./helpers.ts";
|
||||
|
||||
Reference in New Issue
Block a user