Giter Site home page Giter Site logo

Comments (5)

narrowtux avatar narrowtux commented on July 19, 2024

You can simply make 2 repo modules, one with use ExAudit.Repo and the other with use Ecto.Repo.

However, beware that each repo has their own connection pool

from ex_audit.

jfrolich avatar jfrolich commented on July 19, 2024

Yeah it's not as simple as that, as they have their own connection pool, configuration and migrations etc.

from ex_audit.

narrowtux avatar narrowtux commented on July 19, 2024

your secondary repo doesn't have to have migrations, and the config to both repos can be the same (even coming from the same variable in config.exs).

I agree, a seperate connection pool might be a problem.

You can alternatively call ExAudit.Schema.insert, etc like this:

ExAudit.Schema.insert(MyRepo, MyRepo.get_dynamic_repo(), my_changeset, [])

ExAudit's wrapper around Ecto.Repo does nothing else really.

from ex_audit.

narrowtux avatar narrowtux commented on July 19, 2024

I'll consider defining a few important functions like insert, update, delete, history and rollback in the ExAudit module so it can be used without modifying the repo.

from ex_audit.

jfrolich avatar jfrolich commented on July 19, 2024

Yes that would be great. I agree it's definitely a solution to have a separate Repo, but there are trade-offs and it would be great to have an explicit API to ExAudit that doesn't involve taking over the Repo module.

from ex_audit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.