We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Connection
1 parent 03b30d8 commit 2d0912fCopy full SHA for 2d0912f
README.md
@@ -194,6 +194,14 @@ Basic.load_extension(conn, ExSqlean.path_for("re"))
194
Basic.close(conn)
195
```
196
197
+It is also possible to load extensions using the `Connection` configuration. For example:
198
+
199
+ config :exqlite, load_extensions: [ "./priv/sqlite/\#{arch_dir}/rotate" ]
200
201
+This method works with `Exqlite.Sqlite3`. For more info see the (Connection.connect/1)[https://hexdocs.pm/exqlite/Exqlite.Connection.html#connect/1]
202
+docs.
203
204
205
## Why SQLite3
206
207
I needed an Ecto3 adapter to store time series data for a personal project. I
0 commit comments