njord-rs / njord

A versatile, feature-rich Rust ORM ⛵
https://njord.rs
BSD 3-Clause "New" or "Revised" License
409 stars 21 forks source link

Setup Test Containers #209

Open mjovanc opened 2 days ago

mjovanc commented 2 days ago

Currently we are running docker compose to setup the databases so we can test them. I propose we change it to implement test containers instead so we don't need to do that in order to run the tests.

Been doing it with Rust at work and I can take the lead on this if you all agree.