We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12ec40 commit 9ee8c85Copy full SHA for 9ee8c85
content/prompts/platform/driver.prompt.md
@@ -17,7 +17,7 @@ ObjectStack does not ship with a database. It uses **Drivers** to virtualize ext
17
A valid driver must implement the `ObjectDriver` interface.
18
19
```typescript
20
-import { ObjectDriver, ConnectorConfig } from '@objectstack/spec/driver';
+import { ObjectDriver, ConnectorConfig } from '@objectstack/spec/system';
21
import { ObjectSchema } from '@objectstack/spec/data';
22
23
export class PostgresDriver implements ObjectDriver {
0 commit comments