Running a database server locally is biggish overhead for a sporadic analysis tool. Look into using SQLite + SpatiaLite + bundling dependencies, so that:
- Tailor is easier to install
- Tailor uses fewer system resources (i.e. Postgres isn't always on)
- The database is easier to connect to (Windows users especially are reporting trouble with password auth, etc.)