1.2.0
- PHP7.4 & PHP8 compatible - DBConfig now have `setDriver`, `setHost`, `setPort`, `setUser`, `setPassword`, `setCollate`, `setCharset` and `setDatabase` - DBWrapper constructor takes first argument as ARRAY or DBConfig instance - `SET NAMES` available for Postgres and MySQL - `SET COLLATE` available for MySQL only