issues
search
tywalch
/
electrodb
A DynamoDB library to ease the use of modeling complex hierarchical relationships and implementing a Single Table Design while keeping your query code readable.
MIT License
1.03k
stars
66
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add attributes to QueryOptions
#451
kldeb
opened
1 day ago
1
`map` attributes should allow arbitrary properties
#450
solaris007
opened
3 days ago
3
`validate` should not be called when attribute is not required and null/undefined
#449
solaris007
opened
3 days ago
1
Correct either/or in "executing-queries" docs
#448
thatkit
opened
5 days ago
1
Invoke getters for non-existent attributes
#447
ides15
opened
3 weeks ago
0
inconsistent index key formatting with optional attributes
#445
anatolzak
closed
3 weeks ago
2
Conditional `where` operations
#443
raryanpur
closed
3 weeks ago
2
3.0.0
#440
tywalch
closed
1 month ago
1
can't specify `attributes` in `scan` operation?
#439
anatolzak
opened
1 month ago
3
Ability to prefix/postfix attribute templates
#437
nonken
closed
1 month ago
5
Fixes typo in batch get
#436
fredrikj31
opened
1 month ago
1
Virtual attributes - should they invoke the getters of fields they depend on?
#435
JoshBarr
closed
3 weeks ago
3
Runtime verification for conditional composite index fails with undefined
#433
Talljoe
opened
1 month ago
2
data of entity.delete().go() should be nullable
#431
ikeyan
closed
1 month ago
4
`Set` within property of type `any` serialized to object instead of array
#430
aqaengineering
opened
1 month ago
8
Minor correction to single-table-relationships.mdx
#429
autologie
opened
2 months ago
1
Refactors to remove pinned aws-sdk version
#428
tywalch
closed
2 months ago
1
Empty array as default for "set" type shouldn't pass schema validation
#427
raryanpur
opened
2 months ago
2
validate using another fields value?
#426
hongkongkiwi
opened
2 months ago
1
Fix Invalid urls
#425
anay-208
closed
3 months ago
1
More Hassle Than Help: Prefix Issues in Composite Keys and Other Frustrations Lead Us to Drop ElectroDB :(
#423
rdzidziguri
closed
3 months ago
1
Update attributes.mdx
#422
zirkelc
opened
3 months ago
1
Item order is broken in BatchGet and in queries using hydration
#421
iOSonntag
opened
3 months ago
2
Redundant FilterExpression in query of hierarchical sort key
#419
dmeehan1968
opened
3 months ago
0
Q: Is it possible to run a query for the count of items, not the items themselves?
#417
mattes3
closed
3 months ago
1
Reverse index (sk,pk) in addition to (pk,sk) leads to error message
#416
mattes3
opened
3 months ago
1
Docs: 'project' index option is not documented
#415
dmeehan1968
opened
3 months ago
1
Docs: Index Scope is not documented in 'index options'
#414
dmeehan1968
opened
3 months ago
1
Issue/412
#413
tywalch
closed
4 months ago
1
Incorrect params for patch/update for clustered index with no sort key
#412
santiagomera
opened
4 months ago
4
fix: broken link in error (missing-composite-attributes)
#409
iOSonntag
opened
4 months ago
1
Is this a feature or a bug?
#408
andrestone
closed
1 month ago
2
Collections issue : Trying to query across entities using collections but getting error
#407
apoorv-yadav
opened
4 months ago
11
Item update FAILS - error message contains broken link - need help / would like to fix docs
#406
iOSonntag
opened
4 months ago
2
fix: use unmarshall rather than unmarshallOutput; private api
#405
sawilde
closed
2 months ago
7
Bug: apply `default` on upsert only for new items
#404
zirkelc
opened
4 months ago
2
unmarshallOutput issue with @aws-sdk/lib-dynamodb
#403
sawilde
closed
2 months ago
8
Changes dependency to use static version to fix change within aws sdk
#400
tywalch
closed
4 months ago
1
Error: Cannot find module '@aws-sdk/lib-dynamodb/dist-cjs/commands/utils'
#398
pablote
closed
4 months ago
6
feature: support async getters/setters
#397
nhomble
opened
5 months ago
3
Setter not triggered on removing a watching attribute
#395
jw-meta
opened
5 months ago
1
Collection validation should check `field` property of composite attributes
#394
raryanpur
closed
1 month ago
3
Update errors.mdx
#393
zirkelc
closed
4 months ago
1
ReturnValuesOnConditionCheckFailure is not available for non-transactional operations
#391
arkadiybutermanov
closed
3 months ago
9
Handling unstructured maps
#389
raryanpur
opened
5 months ago
5
Created items not returned when using a transaction
#388
raryanpur
opened
5 months ago
2
Feature Request? Query by > 1 partition key values.
#387
patrickquigley102
opened
6 months ago
3
Support for BigInt
#386
codingnuclei
closed
6 months ago
9
Simplest implementation of unique constraint for non-key attributes
#385
jckdn
closed
4 months ago
2
Further fixes in service of Issue #366
#384
tywalch
closed
6 months ago
1
Next