You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read [the tutorial](./docs/tutorial.md) for a detailed example of how to setup and use a SQLite repo with Ecto, or just check-out the CliffsNotes in the sections below if you want to get started quickly.
11
10
12
11
13
-
## SEEKING NEW MAINTAINER
14
-
15
-
My sincere apologies, but I must step down from maintaining this project. Some life events have conspired to leave me without the time I would need to devote to properly continue the development of this project. If you are interested in giving it the love it needs (especially, following the changes for Ecto 3.0), please file an issue or contact me at <eric@scouten.com> to discuss taking ownership of this module.
16
-
17
-
I'll review PRs from time to time if they can be merged easily, but I do not have the ability to review or attempt to fix unsolved issues.
18
-
19
-
20
12
## Ecto Version Compatibility
21
13
22
14
**IMPORTANT:** This release will _only_ work with Ecto 2.2.x. If you need compatibility with older versions of Ecto, please see:
@@ -62,7 +54,8 @@ Note that the Travis configuration for this repo specifically excludes OTP 19.0
62
54
63
55
## Dependencies
64
56
65
-
This library makes use of [sqlitex](https://github.com/mmmries/sqlitex) and [esqlite](https://github.com/mmzeeman/esqlite). Since esqlite uses Erlang NIFs to incorporate SQLite, you will need a valid C compiler to build the library.
57
+
This library makes use of [sqlite3](https://github.com/Sqlite-Ecto/sqlitex)
58
+
Since esqlite uses Erlang NIFs to incorporate SQLite, you will need a valid C compiler to build the library.
0 commit comments