~~~~~~~~~~~~~~~~~~~~~~~~
- test is now in folder "test"
- SQLite changes:
- many changes to support "legacy" SQLite databases
- no control on types declared in CREATE TABLE or ALTER TABLE
- no control on value types in INSERT or UPDATE
- no version number in records
- add methods to specify a conversion function for fields after a SELECT
- change names to be closer to SQLite names
- a class Database to modelise the database
- a class Table (not Base) for each table in the database