elixir-sqlite / sqlitex

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

Improve typespecs #96

Closed ABuffSeagull closed 4 years ago

ABuffSeagull commented 4 years ago

As it currently stands, you either need to implement all options or none for Dialyzer to stop complaining. I took some pointers from how Supervisor implemented their options

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 93.627% when pulling 97882e8bdcaa75e76ff8d5d0836eb96244786f2a on ABuffSeagull:master into 397a1bd7e992623b553b0dae030ee6c7de305e6f on elixir-sqlite:master.

ConnorRigby commented 4 years ago

Thanks looks great!