Skip to content

Commit fb587f6

Browse files
committed
feat: add driver schemas for MongoDB and PostgreSQL with configuration options
- Introduced MongoDB driver configuration schema with connection settings including URI, database name, host, port, authentication, SSL, and connection pool settings. - Added PostgreSQL driver configuration schema with similar connection settings, including support for SSL, application name, and connection pool management. - Created a unified driver options schema to standardize driver behavior across different database types.
1 parent 91ea3b0 commit fb587f6

9 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/spec/src/system/data-engine.zod.ts renamed to packages/spec/src/data/data-engine.zod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { z } from 'zod';
2-
import { FilterConditionSchema } from '../data/filter.zod';
3-
import { SortNodeSchema } from '../data/query.zod';
2+
import { FilterConditionSchema } from './filter.zod';
3+
import { SortNodeSchema } from './query.zod';
44

55
/**
66
* Data Engine Protocol
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)