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

Create / Drop Schema support #52

Open
smoothdeveloper opened this issue Nov 16, 2019 · 1 comment
Open

Create / Drop Schema support #52

smoothdeveloper opened this issue Nov 16, 2019 · 1 comment

Comments

@smoothdeveloper
Copy link
Collaborator

@rspeele would you mind giving a look at smoothdeveloper#1

I've implemented basic stuff to get create schema and drop schema parsing and translation.

I'm wondering if there is support in the library to explicitly avoid such feature with specific backends? SQLite won't support the generated statements.

@rspeele
Copy link
Collaborator

rspeele commented Nov 20, 2019

Regarding avoiding specific backends, normally this is handled by failing during the backend translation stage. Like SQLite ALTER TABLE

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

No branches or pull requests

2 participants