pebble-dev / rebblestore-api

Rebble Store api code.
MIT License
39 stars 8 forks source link

Switch to PostgreSQL #37

Open azertyfun opened 6 years ago

azertyfun commented 6 years ago

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!