Skip to content

v0.5.0 - backend DB options

Latest
Compare
Choose a tag to compare
@loup-brun loup-brun released this 09 Jul 15:55
· 1 commit to main since this release
61227bf

New DB options since #27: file (JSON) or baserow (cloud managed or self-hosted).

A small migration step must be done from 0.4 to 0.5 (convert db.js => db.json) if using file DB_TYPE. Also, all environment variables must be set, as per the (slightly more documented) README.

This version also reduces internal complexity through some small refactoring tasks (notably, the consolidation of meetsService.js) and eases the design for other eventual backend sources, such as Airtable or Supabase.