Postgres

Postgres notes.

Create: psql -h localhost -U devereld -d umami -f sql/schema.postgresql.sql String: const conString = "postgres://admin:unami@localhost:5432/unami"; postgresql://api_user:dd2345@localhost:5432/books_api

References

postgres=# \du