jeyroik/extas-repositories-mongo

There is no license information available for the latest version (2.0.4) of this package.

Extas compatable Mongo repository package

2.0.4 2023-06-08 18:46 UTC

This package is auto-updated.

Last update: 2024-04-08 20:32:30 UTC


README

PHP Composer codecov.io 68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f33633434663062653035336265346535643339622f6d61696e7461696e6162696c697479 Latest Stable Version Total Downloads Dependents

Extas compatable Mongo repository package.

usage

// extas.app.storage.json

{
    "drivers": [
        {
            "class": "\\extas\\components\\repositories\\drivers\\DriverMongo",
            "options": {
                "dsn": "mongodb://127.0.0.1:27017",
                "db": "tests"
            },
            "tables": [...]
        }
    ]
}