whats the best database to use (like sql, postgress and those stuff)
the topic basically
Solution:Jump to solution
sqlite for simplicity and portability, postgres and mysql if you need scale, like huge scale. The difference between postgres and mysql isn't worth looking into if you're still new
2 Replies
depending on use case
Solution
sqlite for simplicity and portability, postgres and mysql if you need scale, like huge scale. The difference between postgres and mysql isn't worth looking into if you're still new