How to Build a Server with Hanami::API and Postgres
DISCLAIMER: This is a basic article about Hanami::API, showing how to perform CRUD operations using Postgres through PG driver. I'm writing this article to continue learning about Ruby so probably my code is not idiomatic.
Hanami-API is a lightweight...
carlosmv.hashnode.dev11 min read
Júnior Beto
What if you wanted different databases to each environment so you can test your application?
kinda like rails do.