Change 9b1381c89156c74e16d4ee8bcd3efa2b518d9cf9 by saintgimp (0 files):
Merge pull request #21 from SaintGimp/database_friction
Changed the database code to use either SQLite or SQL Server
Change a729b7b87e28fe18ddbe5b7687a07af1cb69c94e by saintgimp (6 files):
Changed the database code to use a disk-based SQLite database by default for development purposes, or it can use a SQL Server databse (Express or full) in production. The type of database to use is inferred from the connection string, where anything referring to a .db file as the data source is considered to be a SQLite db and anything else is SQL Server. This closes GH-17.
Configure your email notifications on your settings page.