I would recommend using PostgreSQL, it's free and open source. Here you can see how to get started: https://www.postgresql.org/docs/current/tutorial-start.html
TBH, SQLite is dead simple and doesn't require a whole server to run. The SQLite file is a single file and the library talks reads the file as well as handling the queries into the data.