Angelelz
Angelelz
Context: #250 First of all, this is one of my first times I've ever contributed code to a project like this, I'm a WIP developer very much in a beginner...
It looks like for now honox only supports building for cloudflare. I looked into the codebase and couldn't find a vite plugin to build for node or bun. Or at...
I'm hitting a wall trying to make my server do the stuff I need it to do with packages that are written in commonjs using require. I'm not super familiar...
close #1157 This will also help workaround #820 but more work will be needed to fully fix. - Used the decoder passed to SQL columns defined in extras to the...
Closes #561 and closes #1319. - Added index.ts to `src/query-builders` to allow the build script to pick it up. - Added query builders to the index.ts files to all the...
This PR will close #554 and will close #1083. I have added a new API for customTypes that allows wrapping the column name with custom sql. The syntax is the...
This PR will close #261, will close #579 and will close #1464. The API for generated columns will look like this: ```ts const users = sqliteTable( 'users', { id: int('id').primaryKey(),...
close #695 - Added `InferManyRelationalResult` and `InferFirstRelationalResult` generic types to infer the resulting object shape. - Added `db.query..$inferFindManyArgs` and `db.query..$inferFindFirstArgs` to infer the parameter of `findMany` and `findFirst` respectively. -...
Second (and better) attempt to close #724 and close #1511 This PR depends on #1659 which has already been merged to beta. After figuring out how to bypass parsers and...
This PR will close #594. The changes in this PR will not do anything on their own, as this is mostly a migration/push feature from drizzle-kit. Upon merging this, the...