mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
ed9158fa05
* Don't use the system 'postgres' database by default * Use postgres adapter defaults The pgx code actually goes to great lengths to make postgres connections Just Work(tm) out of the box, including supporting `~/.pg_service.conf`, SSL certificates, UNIX sockets if it can find a socket at a common path, and falling back to TCP to localhost if not. (On Windows, it won't try to use UNIX sockets, but will read credentials from %appdata% as is standard over there.) By applying our flags as overrides only when they're specified, database connections should Just Work(tm) anywhere `psql gotosocial` does. |
||
---|---|---|
.. | ||
migrations | ||
account.go | ||
account_test.go | ||
admin.go | ||
admin_test.go | ||
basic.go | ||
basic_test.go | ||
bundb.go | ||
bundb_test.go | ||
conn.go | ||
domain.go | ||
errors.go | ||
instance.go | ||
media.go | ||
mention.go | ||
mention_test.go | ||
notification.go | ||
relationship.go | ||
relationship_test.go | ||
session.go | ||
session_test.go | ||
status.go | ||
status_test.go | ||
timeline.go | ||
timeline_test.go | ||
trace.go | ||
util.go |