Abel Hoogeveen
330d521f98
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.
32 lines
685 B
JSON
32 lines
685 B
JSON
{
|
|
"name": "fuzeworks/database",
|
|
"description": "FuzeWorks Framework Database Component",
|
|
"homepage": "https://techfuze.net/fuzeworks",
|
|
"license": ["MIT"],
|
|
"authors": [
|
|
{
|
|
"name": "TechFuze",
|
|
"homepage": "https://techfuze.net"
|
|
},
|
|
{
|
|
"name": "FuzeWorks Community",
|
|
"homepage": "https://techfuze.net/fuzeworks/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.0",
|
|
"fuzeworks/core": "1.2.0-RC2",
|
|
"fuzeworks/mvcr": "1.2.0-RC2",
|
|
"ext-pdo": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7",
|
|
"fuzeworks/tracycomponent": "1.2.0-RC2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FuzeWorks\\": "src/FuzeWorks/"
|
|
}
|
|
}
|
|
}
|