mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 17:44:44 +02:00
look for ipv6 in brackets and fix cors headers in install config
This commit is contained in:
parent
58a2a9dcc9
commit
717dfae26c
4 changed files with 31 additions and 3 deletions
|
@ -31,6 +31,12 @@ docker run -d \
|
|||
postgres:17
|
||||
```
|
||||
|
||||
### Schema
|
||||
|
||||
`server/db/pg/schema.ts` and `server/db/sqlite/schema.ts` contain the database schema definitions. These need to be kept in sync with with each other.
|
||||
|
||||
Stick to common data types and avoid Postgres-specific features to ensure compatibility with SQLite.
|
||||
|
||||
### SQLite
|
||||
|
||||
To use SQLite, edit `server/db/index.ts` to export all from `server/db/sqlite/index.ts`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue