Commit Graph

5 Commits

Author SHA1 Message Date
C
14473d8051 Merge pull request #1002 from asmogo/fix/psql_tls
feat: add TLS support for PostgreSQL connections
2025-08-29 16:03:57 -03:00
thesimplekid
7a22f85185 chore: remove readme postgres (#1009)
* chore: remove readme postgres
2025-08-29 10:37:32 +01:00
asmo
6454a33509 chore: remove unused native_tls import from cdk-postgres 2025-08-27 15:15:16 +02:00
asmo
cb29e74e39 feat: add TLS support for PostgreSQL connections with configurable SSL modes 2025-08-26 21:27:25 +02:00
C
28a01398fd Add PostgreSQL support for mint and wallet (#878)
* Add PostgreSQL support for mint and wallet

* Fixed bug to avoid empty calls `get_proofs_states`

* Fixed SQL bug

* Avoid redudant clone()

* Add more tests for the storage layer

* Minor enhacements

* Add a generic function to execute db operations

This function would log slow operations and log errors

* Provision a postgres db for tests

* Update deps for msrv

* Add postgres to pipeline

* feat: add psgl to example and docker

* feat: db url fmt

---------

Co-authored-by: thesimplekid <tsk@thesimplekid.com>
2025-08-18 17:45:11 +01:00