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

OP-SQLite support #6

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

Conversation

slvssb
Copy link

@slvssb slvssb commented Nov 28, 2024

This adds support for OP-SQLite. It introduces a major breaking change and I don't know what would be next version to bump to. Need a help there.

Happy to make changes as needed.

closes #3

package.json Outdated Show resolved Hide resolved
@winghouchan
Copy link

Could you ensure your code style follows the existing code style please? Notable differences I can see are:

  • Indentation. Existing: 4 spaces. PR: 2 spaces.
  • Semicolons. Existing: uses semicolons. PR: does not use semicolons.

@slvssb slvssb force-pushed the slvssb/op-sqlite-support branch from 0725a51 to 046bcb1 Compare December 22, 2024 10:35
@slvssb slvssb force-pushed the slvssb/op-sqlite-support branch from 046bcb1 to 4a5e7b4 Compare December 22, 2024 10:41
@slvssb slvssb requested a review from winghouchan January 9, 2025 16:18
@winghouchan
Copy link

@slvssb: Sorry, I'm not actually part of Drizzle so can't approve this for you. The comments I left were because I'm also interested in OP SQLite support so I had feedback when reviewing the changes you're proposing. Thanks for the changes though!

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.

How can I use it with op-sqlite?
2 participants