rebblestore-api
rebblestore-api copied to clipboard
Switch to PostgreSQL
The switch to PostgreSQL was less painful than expected. Mostly converting integer to boolean, blob to text and dates to timestamp.
As an added bonus, we have better error messages with context, and we don't need the JSONTime structure anymore, now that the driver supports dates natively!