mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Compare commits
2 commits
2e609784f2
...
b94b2705d1
Author | SHA1 | Date | |
---|---|---|---|
|
b94b2705d1 | ||
|
b8c598dbc9 |
2 changed files with 2 additions and 3 deletions
|
@ -4,11 +4,11 @@ version: 0.19.0
|
||||||
dependencies:
|
dependencies:
|
||||||
db:
|
db:
|
||||||
github: crystal-lang/crystal-db
|
github: crystal-lang/crystal-db
|
||||||
version: ~> 0.11.0
|
version: ~> 0.12.0
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- Ary Borenszweig <aborenszweig@manas.tech>
|
- Ary Borenszweig <aborenszweig@manas.tech>
|
||||||
- Brian J. Cardiff <bcardiff@manas.tech>
|
- Brian J. Cardiff <bcardiff@gmail.com>
|
||||||
|
|
||||||
crystal: ">= 1.0.0, < 2.0.0"
|
crystal: ">= 1.0.0, < 2.0.0"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@ class SQLite3::Connection < DB::Connection
|
||||||
journal_mode : String? = nil,
|
journal_mode : String? = nil,
|
||||||
synchronous : String? = nil,
|
synchronous : String? = nil,
|
||||||
wal_autocheckpoint : String? = nil do
|
wal_autocheckpoint : String? = nil do
|
||||||
|
|
||||||
def self.from_uri(uri : URI, default = Options.new)
|
def self.from_uri(uri : URI, default = Options.new)
|
||||||
params = HTTP::Params.parse(uri.query || "")
|
params = HTTP::Params.parse(uri.query || "")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue