issues
search
jawj
/
zapatos
Zero-abstraction Postgres for TypeScript: a non-ORM database library
https://jawj.github.io/zapatos/
Other
1.3k
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Export Extras, Columns and LateralOption
#182
FabianFrank
opened
4 days ago
1
Small feature request: Add query object to resultListener callback
#181
mwynholds
closed
1 month ago
3
Cant cast parameter to native types
#180
kim-anchorzero
opened
2 months ago
0
Allow for types to be passed into the serde
#179
sunil-anchorzero
closed
3 months ago
0
is it possible to do do OR where clauses with the select API?
#178
jcoveney-anchorzero
closed
3 months ago
3
Question: Idiomatic INSERT using SELECT
#177
sohrab-
closed
3 months ago
2
mocking zapatos in unit tests
#176
leoschweizer
opened
5 months ago
0
JSON custom parsing for int8/bigint sometimes produces a `number` when it should produce a `string`
#175
wrapperup
closed
5 months ago
8
Partial Upsert ?
#174
jokesterfr
closed
5 months ago
2
Add zapatos to postgres-benchmarks repo (all postgres node client)
#173
cesco69
closed
5 months ago
3
Using bigint value in a where clause
#172
mlms13
closed
5 months ago
2
Using `all` type in Whereables gives error `Type 'unique symbol' has no properties in common with type 'Whereable'.`
#171
yasithA
opened
6 months ago
0
Disallow any additional properties to be passed to `db.insert`
#170
adrianmisko
opened
7 months ago
2
Does a generated Insertable property for a nullable column have to be optional?
#169
adrianmisko
opened
7 months ago
1
fix sticky parent tables
#168
rosettaroberts-impact
opened
7 months ago
0
Reusing subqueries inside of laterals with the shortcut functions results in incorrect parent tables
#167
rosettaroberts-impact
opened
7 months ago
1
Add const to exact comparisons
#166
rosettaroberts-impact
opened
9 months ago
0
Add array comparisons
#165
pi-nathan
opened
9 months ago
0
Array operators as conditions
#164
pi-nathan
opened
9 months ago
1
Add order to column generation to improve schema consistency
#163
Ghoughpteighbteau
closed
9 months ago
8
Add other maintainers?
#162
purge
opened
1 year ago
3
Functioning `dc.and` syntax is throwing TS errors
#161
jwhitmarsh
closed
1 year ago
4
order by result of a lateral join using the select interface?
#160
jcoveney-anchorzero
closed
3 months ago
1
pin json-bigint to any version
#159
muhaimin-anchorzero
closed
1 year ago
0
Defining own `Queryable` interface
#158
moltar
opened
1 year ago
2
`select` with join and groupBy
#157
nathonius
closed
1 year ago
1
typescript error import zapatos/schema
#156
Kev1ntan
closed
1 year ago
1
Support for case-insensitive sorting?
#155
Jordan-Turgeon
opened
1 year ago
2
unable to insert bigint to bigint column
#154
jcoveney-anchorzero
closed
1 year ago
5
Add value in lateral and sub-query support
#153
synicko
opened
1 year ago
1
`interval` type for `Selectable` is wrong (is `string`, should be `PostgresInterval`)
#152
felixfbecker
opened
1 year ago
0
`numeric` and `money` should only allow `${number}` like `Int8String`
#151
felixfbecker
opened
1 year ago
0
Make RunResultForSQLFragment coerce undefined to null
#150
felixfbecker
closed
1 year ago
2
Type for laterals with `selectOne()` is wrong: Should be `T | null`, but is `T | undefined`
#149
felixfbecker
closed
1 year ago
0
Importing generated enum values
#148
jcassee
closed
1 year ago
2
File '.../zapatos/schema.d.ts' is not a module
#147
jcalfee
closed
1 year ago
1
Inconsistency between db.select and db.sql for date type
#146
nomocas
closed
1 year ago
5
Is there a better way of using db.param with a plpgsql function expecting VARIADIC text[]?
#145
faenigma
closed
1 year ago
6
Fix typo
#144
DanielPower
closed
1 year ago
1
invalid return type for db.sum() in lateral subquery
#143
pocin
opened
1 year ago
0
feature request: generate code, not just types
#142
scottbessler
opened
1 year ago
1
table named "import" breaks generated types
#141
scottbessler
opened
1 year ago
2
db.max() return type is always number
#140
pocin
opened
1 year ago
1
Not able to do an insert based on a custom type
#139
Zehelein
opened
1 year ago
3
db.constraint assumes a unique index implies a matching constraint
#138
scottcollabai
opened
1 year ago
1
Add Generate Test
#137
seveibar
opened
1 year ago
0
Bump json5 from 1.0.1 to 1.0.2
#136
dependabot[bot]
closed
1 year ago
1
Use same collection of columns for multiple queries
#135
SmokeyMcGasso
closed
2 years ago
4
Database config requires at least one key even though pg.Pool() does not require at least one key
#134
maxweisel
opened
2 years ago
3
query lock
#133
Kev1ntan
closed
2 years ago
1
Next