effect-sql-pg support#5222
Merged
Sukairo-02 merged 142 commits intobetafrom Jan 6, 2026
Merged
Conversation
…ogic, implemented async, effect types of PG selecct
…ion, placeholder support for count
AlexBlokh
requested changes
Jan 6, 2026
| import { drizzle } from 'drizzle-orm/node-postgres'; | ||
| import { boolean, jsonb, pgTable, serial, text, timestamp, withReplicas } from 'drizzle-orm/pg-core'; | ||
| import { boolean, jsonb, pgTable, serial, text, timestamp } from 'drizzle-orm/pg-core'; | ||
| import { withReplicas } from 'drizzle-orm/pg-core/async/db'; |
Contributor
There was a problem hiding this comment.
re-export async withReplicas as it was before, add extra one for effect via pg-core/effect
| test.skipIf(Date.now() < +new Date('2026-01-15'))('fk: recreate vs drop', async () => { | ||
| const p = mysqlTable('p', (t) => ({ | ||
| id: t.int().primaryKey(), | ||
| // z, |
…on with dts: true
Sync branches `effect3` <- `beelink`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@effect/sql-pgdriver@effect/sql-pgdriver supportpg:execute-less core builders,async,effectquery-builders,session,preparedQueryvariantsPgColumntypes: better type performance, simpler declaration, reworked.array()to use.array('[][]')syntax instead of.array().array()