elixir-sqlite / sqlitex

An Elixir wrapper around esqlite. Allows access to sqlite3 databases.
https://hex.pm/packages/sqlitex
120 stars 34 forks source link

Deps and typespecs #63

Closed mmmries closed 6 years ago

mmmries commented 6 years ago

I was doing some experiments with dialyxir and found that the dependencies in this project (dev dependencies) were a bit out of date, and that we had some typespec errors.

Some of these dialyzer warnings were form incorrect type specs in esqlite. But some of them were just our own mistakes. Building against my branch of esqlite is now clean of errors.