Nam Đặng

Results 5 comments of Nam Đặng

@andrykonchin If I want to search case-insensitively, how should I do it? Pls help me, thanks

@andrykonchin > Could you clarify what "update the table" mean? A table schema change or, for instance, changing some item's attribute value? For example, if I want to add a...

@andrykonchin Let me ask, I tried the following query but got an error. How should I correct the syntax? Please help me! Thanks ```ruby Dynamoid::Adapter.new.query("posts", {key_condition_expression: "user_id = :user_id", filter_expression:...

`gem 'dynamoid', git: 'https://github.com/Dynamoid/dynamoid.git'` -> works for me Thanksssss

@ckhsponge Let me ask, if I want to `delete_all` with `Dynamoid::TransactionWrite`, is there any way?