gobeam / truthy

Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
MIT License
498 stars 89 forks source link

Can You please add MySQL ? #15

Closed davidtim closed 2 years ago

davidtim commented 2 years ago

Can you please also add mysql for database option?

gobeam commented 2 years ago

Since we are using Typeform and I've not included any raw SQL I think you can easily change its DB driver to MySQL without any issue. You can try and let me know if you face any issues @davidtim .

davidtim commented 2 years ago

@gobeam It's working after install mysql driver and I also have to comment out isUnique in Permission table. But now api-docs is not working

gobeam commented 2 years ago

@davidtim api-docs only works in the development environment meaning you have to set NODE_ENV=development to access it.

davidtim commented 2 years ago

Thank you so much for this project! It's like found a god mine