Using PostgreSQL instead of Redis #1

Merged
martin merged 9 commits from postgres into master 2025-01-08 14:10:31 +01:00
Showing only changes of commit bb0bd5ca67 - Show all commits

View file

@ -24,7 +24,7 @@ Then, create a new database which is owned by the newly created user:
$ createdb -O kosync kosync
```
Connect to the database (with psql) and create the database tables:
Connect to the database as user *kosync* (with psql) and create the database tables:
```sql
CREATE TABLE users (
id BIGSERIAL PRIMARY KEY,