You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I know that the philosophy seems to be a single package containing everything for simplicity, but to be entirely honest, just importing drizzle or text (for columns) results in dozens of choices to pick from.
If I'm working on SQLite, I definitely do not need to see other DBs' integrations. Splitting up would drastically reduce the amount of types IDEs need to index and keep in memory, and would reduce the overhead of fiddling with imports every time.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey! I know that the philosophy seems to be a single package containing everything for simplicity, but to be entirely honest, just importing
drizzleortext(for columns) results in dozens of choices to pick from.If I'm working on SQLite, I definitely do not need to see other DBs' integrations. Splitting up would drastically reduce the amount of types IDEs need to index and keep in memory, and would reduce the overhead of fiddling with imports every time.
All reactions