Looking for guidance
Hi Folks! I am trying to build a small personal project using manifest backend. Is anyone able to help clarify few things ?
1. Is there any limitation on features if I choose sqlite rather than postgres/mysql for my project ?
2. Is there any difference in how String and textarea types are implemented internally (max length, encoding, etc. ) or is it just for admin interface ?
Thank you.
2 Replies
Hello @EasY amazing for your project ! Here are the answers to your questions:
- Every DB works the same way with Manifest. You can stick to SQLite if you prefer.
- String is limited to 255 characters whereas Text has a huge max length. Encoding is the same
Good luck with your project !
Thank you .