Currently, the RLN node uses sea-orm as the ORM, but only SQLite has been tested and used in practice. To prepare for production or more demanding environments, we need to ensure PostgreSQL is fully supported, tested, and documented.
Goal
Implement and test PostgreSQL as an alternative database backend for the RLN node.
Tasks
Currently, the RLN node uses sea-orm as the ORM, but only SQLite has been tested and used in practice. To prepare for production or more demanding environments, we need to ensure PostgreSQL is fully supported, tested, and documented.
Goal
Implement and test PostgreSQL as an alternative database backend for the RLN node.
Tasks