Commit 49f58ab
authored
docs: remove comment indicating that other database backends are supported (#692)
- The [readme states](https://github.com/envelope-zero/backend/blob/1ecdf9059848322827eb72e6280087dc53520f5a/README.md#L53) `Only set this when you want to use sqlite as database backend.` which sounds like different database backends are possible.
- But the code looks like only sqlite is supported: https://github.com/envelope-zero/backend/blob/1ecdf9059848322827eb72e6280087dc53520f5a/pkg/database/database.go#L301 parent acfbaf5 commit 49f58ab
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments