dextool.plugin.mutate.backend.database.standalone

Members

Structs

Database
struct Database

Database wrapper with minimal dependencies.

DbDependency
struct DbDependency

Dependencies between root and those files that should trigger a re-analyze of the root if they are changed.

Meta

License

MPL-2

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

This module contains the a basic database interface that have minimal dependencies on internal modules. It is intended to be reusable from the test suite.

The only acceptable dependency are: * ../type.d * ..backend/type.d * ../database/type.d * ../database/schema.d