Commit Graph

16 Commits

Author SHA1 Message Date
Muhammed Efe Cetin
ba32290665 fix tests 2025-04-23 00:26:43 +03:00
Manuel de la Peña
f3bdd2599c chore: use testcontainers properly in dynamodb 2025-04-22 23:54:00 +03:00
Muhammed Efe Cetin
9d7368cc48 dynamodb: add support for context management 2025-04-22 23:44:32 +03:00
Manuel de la Peña
c38280d308 chore(dynamodb): use require in tests 2025-04-15 16:17:17 +02:00
Manuel de la Peña
585b3e93ae chore: revert error handling in benchmarks 2025-03-20 13:22:23 +01:00
Manuel de la Peña
235d001e9c Revert "fix: do not affect benchmarks"
This reverts commit 05d66770ef.
2025-03-20 13:19:55 +01:00
Manuel de la Peña
05d66770ef fix: do not affect benchmarks 2025-03-19 16:14:00 +01:00
Manuel de la Peña
823b9f9a6f chore: use latest dynamodb image 2025-03-19 13:39:38 +01:00
Manuel de la Peña
c138cabfb3 feat: use testcontainers-go's DynamoDB module 2025-03-19 10:29:10 +01:00
Muhammed Efe Cetin
db1dd2bf6a update delete benchmarks 2023-09-15 18:23:02 +03:00
Muhammed Efe Cetin
36dd674d93 add TestMain for a few storages and update benchmark workflow 2023-09-15 16:54:25 +03:00
Juan Calderon-Perez
c0cc07ca93 Update README files, use require.NoError 2023-08-20 09:22:43 -04:00
Juan Calderon-Perez
02d809987a Use testify.Require for all Storage Drivers 2023-08-19 22:36:33 -04:00
Juan Calderon-Perez
3a8b8d4f71 Add Conn() support to all storage drivers. (#451)
* Add DB() support for Redis driver

* Added support for DB() to all drivers

* Fixed typo in README and Lint issue

* Fix lint issue with ristretto db

* Fix lint issue with bbolt db

* Rename DB() to Conn()

* Replace all instances of _DB with _Conn

* Update all the README files

* Return ArangoDB Client instead of DB
2022-08-15 07:58:13 +02:00
M. Efe Çetin
315f14ce58 🔥 Make DynamoDB Production-Ready [🎌 breaking change] (#323)
* Update CI/CD tests.

* Update aws-sdk-go to v2, add unit tests, remove warning test, make config better.

* add action

Co-authored-by: wernerr <rene.werner@verivox.com>
2022-02-10 15:44:59 +01:00
Fenny
e0f4b3ef34 🚀 add dynamodb 2020-11-12 03:34:37 +01:00