grakn_elixir icon indicating copy to clipboard operation
grakn_elixir copied to clipboard

Updated db_connection to v2

Open andrewstuarttaxfix opened this issue 4 years ago • 0 comments

The codebase currently uses db_connection v1, which in itself uses Ecto 2. As a result of this, applications that rely on this library cannot upgrade to Ecto 3. This PR updates the codebase to use db_connection v2. The API to external clients stays the same as previously expected.

andrewstuarttaxfix avatar May 27 '20 10:05 andrewstuarttaxfix