Porting polka-store to sequelize
Published in
Mar 8, 2023
For the IBP monitor we used sequelize.org as a database abstraction layer.
While investigating tools for indexing chain transactions for the subledgr.com project, we found that polka-store only supports sqlite.
Today we released an update to polka-store that enables MySQL, PostgreSQL and other databases.
Sequelize supports the following databases:
Feel free to use and/or contribute
- Our repo here: https://github.com/metaspan/polka-store