Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
505 stars 204 forks source link

MongoDB support #88

Closed patrickmuhi closed 6 years ago

patrickmuhi commented 6 years ago

Summary

Please summarize your issue here.

Steps to Reproduce

  1. Step one
  2. Step two
  3. ...

Additional info


Note: This issue tracker is ONLY for bug reports and feature requests. If this is a personal support issue, please visit postleaf.org/support.

claviska commented 6 years ago

Currently, SQLite is the only officially supported database. However, it wouldn't be hard to add support for MySQL, MariaDB, MSSQL, and/or PostgreSQL since Sequelize already supports them. MongoDB is an unlikely candidate, though.