openbirdingmap
openbirdingmap copied to clipboard
Migrate database backend to sqlite
The database we are using is purely read-only. Moving to Sqlite has benefits of:
- reduce dependencies
- easier to distribute
- less resource required