Commit Graph

5 Commits

Author SHA1 Message Date
Abel Hoogeveen b8ad345365 Implemented MongoDB engine into `FuzeWorks\Database` and other improvements
- A standard MongoDB engine has been implemented
- Implemented transactions into the iDatabaseEngine and PDOEngine.
- Added a TransactionException when transactions fail
2019-07-22 11:43:01 +02:00
Abel Hoogeveen 67e79ceba3
Release 1.2.0-RC3 2019-03-05 11:12:27 +01:00
Abel Hoogeveen 6f1b1b814d
Implemented changes requested by FuzeWorks\Application.
- TracyBridge is now fully functional.
2019-03-01 11:15:30 +01:00
Abel Hoogeveen 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
Abel Hoogeveen f12557f7ea Initial Commit 2018-11-15 19:10:52 +01:00