Porting polka-store to sequelize

Derek Colley
metaspan
Published in
Mar 8, 2023

For the IBP monitor we used sequelize.org as a database abstraction layer.

logo: sequelize.org

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

--

--