|
|
|
|
|
by robertbalent
1975 days ago
|
|
As for a practical advice: Just use PostgreSQL. You can get really really far with just an SQL database and few indexes. It's enough for 99% of projects. This has two big advantages: 1. PostgreSQL is a reliable, high performant database, which has been proven over time. So you are not going to deal with weird issues and can focus on your project. 2. You will learn SQL which you are going to use throughout your whole career. And if you decide to go this way, read this: https://use-the-index-luke.com/ |
|