This website requires JavaScript.
Explore
Help
Sign In
sosedoff
/
pgweb
Watch
1
Star
1
Fork
0
You've already forked pgweb
mirror of
https://github.com/sosedoff/pgweb.git
synced
2024-12-15 03:36:33 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
remove-heroku-stuff
pgweb
/
data
/
bookmark.toml
6 lines
89 B
TOML
Raw
Permalink
Normal View
History
Unescape
Escape
Add bookmark tests
2015-03-04 05:44:14 +03:00
host
=
"localhost"
Set the type of Bookmark.Port to int We know that a port is a number. Lets enforce that rule at type level by setting it so. This commit also adjusts test funcs and helper data to fit Port's new int type.
2016-11-10 09:22:12 +03:00
port
=
5432
Add bookmark tests
2015-03-04 05:44:14 +03:00
user
=
"postgres"
database
=
"mydatabase"
ssl
=
"disable"
Reference in New Issue
Copy Permalink