taxfix / grakn_elixir

Elixir client for Grakn database
MIT License
15 stars 6 forks source link

Updated db_connection to v2 #32

Open andrewstuarttaxfix opened 4 years ago

andrewstuarttaxfix commented 4 years ago

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.