Why's drizzle-kit's code not public? #795
-
Wanted to do a PR for a bug... |
Beta Was this translation helpful? Give feedback.
Answered by
AndriiSherman
Jun 22, 2023
Replies: 1 comment 5 replies
-
Good question... Maybe they've got plans to monetise it in the future |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did answer it here #580
Can duplicate this message as well:
First of all, drizzle-kit is going to be open source, and it will happen very soon.
There are several reasons why we haven't opened it yet. Before gaining popularity, we were using drizzle-kit locally for our projects, and the codebase was not developed in an open-source manner. There are sensitive files and database structures from our projects that should not be revealed to the public. We also have many comments written in Ukrainian that may not be understandable to the community.
By sensitive parts I mean test database structures from other projects(to make realistic test cases for push/pull/generate features), not drizzle it…