go-rel / rel

:gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
https://go-rel.github.io/
MIT License
744 stars 58 forks source link

Fixture loading #343

Closed lafriks closed 10 months ago

lafriks commented 10 months ago

I have created library for loading fixtures into database from yaml file(s) using go-rel as an library, I still have to clean it up a little bit and add some docs in readme but would you be willing to add it under go-rel organization? (ex go-rel/fixtures)

Fs02 commented 10 months ago

sounds good, created empty repository here and added your role as maintainer https://github.com/go-rel/fixtures

lafriks commented 10 months ago

Pushed initial cleaned up version v0.1.0

lafriks commented 10 months ago

It probably needs setting up codecov etc for github actions

Fs02 commented 10 months ago

It probably needs setting up codecov etc for github actions

seems you already doing that?

Fs02 commented 10 months ago

codecov should works now https://github.com/go-rel/fixtures/pull/2