An Ecto SQLite3 adapter.
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md for SQL Cipher example (#142)

Dashes are not valid for the key and will produce a syntax error.

authored by

Lars Wikman and committed by
GitHub
(Mar 20, 2024, 1:56 PM -0500) 86b76bb3 ef3afa9d

+1 -1
+1 -1
README.md
··· 68 68 ```elixir 69 69 config :my_app, MyApp.Repo, 70 70 database: "path/to/my/encrypted-database.db", 71 - key: "super-secret' 71 + key: "supersecret' 72 72 ``` 73 73 74 74 ## Benchmarks