Commit Graph

9 Commits

Author SHA1 Message Date
4b200dbd63 Upgraded database backend for PHP 8.1.
Changes implemented:
- Proper type definitions, for both return types and properties.
- Streamlined if statements, removing unnecessary statements.
- Upgraded Mongo backend to be compatible with driver 1.15.
2022-12-22 10:46:13 +01:00
029511f0cd
Updated to latest FuzeWorks libraries. 2021-11-29 22:58:24 +01:00
1938ebad55
Upgraded dependencies and tested compatibility. 2021-01-25 12:11:19 +01:00
72b404ecc9
Release 1.2.0 2019-09-21 20:13:30 +02:00
a83947d0f4
Release 1.2.0-RC6 2019-09-18 00:16:37 +02:00
2be0b7b158
Release 1.2.0-RC4 2019-08-21 19:35:31 +02:00
67e79ceba3
Release 1.2.0-RC3 2019-03-05 11:12:27 +01:00
330d521f98
Implemented renewed Database system.
System now consists of engines, much like the Layout system does. Engines are registered and can be provided by the FuzeWorks\Database class.
This engine is not limited to SQL or PDO relational databases. A future MongoDB database is also planned.
2019-02-26 20:46:33 +01:00
f12557f7ea Initial Commit 2018-11-15 19:10:52 +01:00