Added
- Added persistence infrastructure prototype based on `sqlx` engine:
- supports Postgres, MySQL/MariaDB, SQLite database targets
- sketched simplistic Accounts domain (not-integrated yet)
- converted Task System domain to use persistent repositories
- added test infrastructure for database-specific features
- automated and documented development flow procedures in database offline/online modes