Add bookmark tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
host = "localhost"
|
||||
port = "5432"
|
||||
user = "postgres"
|
||||
database = "mydatabase"
|
||||
ssl = "disable"
|
||||
@@ -0,0 +1 @@
|
||||
url = "postgres://username:password@host:port/database?sslmode=disable"
|
||||
@@ -0,0 +1 @@
|
||||
invalid encoding
|
||||
@@ -0,0 +1,5 @@
|
||||
host = "localhost"
|
||||
port = 5432
|
||||
user = "postgres"
|
||||
database = "mydatabase"
|
||||
ssl = "disable"
|
||||
Reference in New Issue
Block a user