We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fe3ee commit e4a5d58Copy full SHA for e4a5d58
README.md
@@ -3,6 +3,11 @@
3
[](https://hex.pm/packages/sqlite_ecto2)
4
[](https://hex.pm/packages/sqlite_ecto2)
5
6
+# Notice
7
+
8
+This library is sparsely maintined. If you are starting a new project, you will probably want to look into using
9
+[exqlite](https://github.com/elixir-sqlite/exqlite) or it's matching Ecto Adatper [ecto_sqlite3](https://github.com/elixir-sqlite/ecto_sqlite3)
10
11
# sqlite_ecto2
12
13
`sqlite_ecto2` is an Ecto 2.2.x adapter that allows you to create and maintain SQLite3 databases.
0 commit comments