mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-23 23:24:20 +01:00
feat(postgres): configurable query limit
Adds a QueryLimit to `type PostgresBackend` and retains the current default value of 100. Closes #60
This commit is contained in:
@@ -7,4 +7,5 @@ import (
|
||||
type PostgresBackend struct {
|
||||
*sqlx.DB
|
||||
DatabaseURL string
|
||||
QueryLimit int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user