drizzle-kit 0.20.3 → 0.20.4-2a3dc47

Sign up to get free protection for your applications and to get access to all the features.
package/introspect.d.ts DELETED
@@ -1,4 +0,0 @@
1
- import "./@types/utils";
2
- import { ConfigIntrospectCasing } from "./cli/commands/utils";
3
- import { PgSchema } from "./serializer/pgSchema";
4
- export declare const schemaToTypeScript: (schema: PgSchema, casing: ConfigIntrospectCasing) => string;
@@ -1,5 +0,0 @@
1
- import "./@types/utils";
2
- import type { ConfigIntrospectCasing } from "./cli/commands/utils";
3
- import type { SQLiteSchema } from "./serializer/sqliteSchema";
4
- export declare const indexName: (tableName: string, columns: string[]) => string;
5
- export declare const schemaToTypeScript: (schema: SQLiteSchema, casing: ConfigIntrospectCasing["casing"]) => string;