Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for libSQL dialect #3977

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

golanglemonade
Copy link

We are using atlas for migrations, which has support for libsql, a fork of SQLite, however, today you cannot use versioned migrations because it uses ent, which doesn't support the libsql dialect. This PR adds the libSQL dialect, but uses all the same code-paths as SQLite.

Since libSQL is a fork of SQLite, I didn't find it necessary to create an entirely different sql/schema type, but happy to hear other opinions.

Relates to ariga/atlas#2338

Signed-off-by: Golang Lemonade <[email protected]>
@PietervdWerk
Copy link

I would love this feature ❤️

@asilvadesigns
Copy link

👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants