dextool.plugin.mutate.backend.database

Modules

schema
module dextool.plugin.mutate.backend.database.schema
standalone
module dextool.plugin.mutate.backend.database.standalone
type
module dextool.plugin.mutate.backend.database.type

Members

Structs

Database
struct Database

Wrapper for a sqlite3 database that provide a uniform, easy-to-use interface for the mutation testing plugin.

Meta

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 file contains a sqlite3 wrapper that is responsible for providing *nice*, easy to use functions for accessing the data in the database.

This module may have dependencies on many internal mutation modules.

License

MPL-2