UnitTest Database
Authentication and Location
| Username | test |
| Password | test |
| Database Name | test |
| Table Name | test |
Table Description
| Field | Type | Special |
| id | integer | unique |
| name | char(40) | |
| dateofbirth | date |
Default Table Contents
| id | name | dateofbirth |
| 1 | 'John Doe' | '1970-01-01' |
Exceptions
SQLite
SQLite doesn't have a client/server archectiture, so it is impossible to connect and access the test database. Instead, the database is stored in a file named test.db.
