drizzle-team / drizzle-team/drizzle-orm

[BUG] [v2]: SQLite drizzle-kit API functions are not exported anymore

Open
#5,297 6 comments 3 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
35.8k
Forks
1.6k
Avg merge
2d 7h
Merged PRs (30d)
4

Description

### Report hasn't been filed before.

- [x] I have verified that the bug I'm about to report hasn't been filed before.

### What version of `drizzle-orm` are you using?

1.0.0-beta.12-a5629fb

### What version of `drizzle-kit` are you using?

1.0.0-beta.12-a5629fb

### Other packages

_No response_

### Describe the Bug

We rely a lot on these two functions (`generateSQLiteDrizzleJson` & `generateSQLiteMigration`) that used to be importable from `drizzle-kit/api`. But they are not available anymore. `drizzle-kit/api-postgres` has them on v2 but not `drizzle-kit/api-sqlite` .

Is there a reason they are not available anymore?

## What is the undesired behavior?
Missing `generateSQLiteDrizzleJson` & `generateSQLiteMigration` from `drizzle-kit/api-sqlite`.

## What is the desired result?
Having access `generateSQLiteDrizzleJson` & `generateSQLiteMigration` from `drizzle-kit/api-sqlite`.
Just Like I can access `generateDrizzleJson` & `generateMigration` from 'drizzle-kit/api-postgres`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.