Development of blogging site

I would like to create a article page on my site using ghost cli as self hosting, but the main issue with cli is that it needs MySQL, but my site currently has mongodb. So I was just thinking can I clone the source code and modify it to satisfy my own needs like using mongodb,etc . Is this even possible

Hi @bhanu_phani :wave: Tt the moment Ghost supports only MySQL and SQLite as data storages, and there’s no plan to have MongoDB in foreseeable future.

Support for MongoDB would be a rather challenging thing to achieve :smile: We use Bookshelf as our ORM and you would need to rewrite a major part of the codebase to be able to do anything that Bookshelf doesn’t support.

Thanks