Closed rostgaard closed 11 years ago
Done.
With this change I've also removed the "special" PostgreSQL connector, so Alice no longer have a clue about multiple database servers. This connector made absolutely no sense when we added SQLite, and actually it made no sense at all even without SQLite. If failover/redundancy is needed in the DB layer, then that should be handled by the DB layer. It shouldn't matter to Alice at all.
SQLite is now the default database, so one can get Alice up and running really fast. This will also make it easier to do tests. There's a couple of new SQLite database files found in exe/sqlite and an sqlite_test.sql file in the tests/ directory.
Breaking change with this addition: The DB2* configuration settings has been removed completely. You must update your local Alice config to match this.
SQLite would be handy for small installations and for testing purposes.