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

Public Imports

miniorm
public import miniorm : toSqliteDateTime, fromSqLiteDateTime, spinSql;
dextool.plugin.mutate.backend.database.standalone
public import dextool.plugin.mutate.backend.database.standalone;
dextool.plugin.mutate.backend.database.type
public import 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.

FileMutantRow
struct FileMutantRow
Undocumented in source.
FileRow
struct FileRow
Undocumented in source.
IterateMutantRow
struct IterateMutantRow
Undocumented in source.

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 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.