Hello, friends! I recently was working on a blog application in Adonis.js 6, and I ran into the issue of setting up a database. Originally, I set up the project with SQLite. It’s a very easy database solution, because the database is just a file in your project folder, with no database server or credentials […]