Categorygithub.com/hexani-4/go-dbops
modulepackage
0.2.7
Repository: https://github.com/hexani-4/go-dbops.git
Documentation: pkg.go.dev

# Functions

tries to return a handle to the database at <path> (seekOwn -> will seek a log table and Dd columns).
tries to create a database at <path> (will not overwrite), adds <tables> to it, and returns a handle to it.

# Constants

aborts the failed SQL statement (and any changes it caused), but keeps changes made by previous statements of this transaction.
stops the failed SQL statement, but keeps any changes it caused and keeps changes made by previous statements of this transaction.
skips the failed SQL statement, does not return errors.
deletes all preexisting rows which caused this conflict, and continues with the SQL statement (except inserting null into not-null columns without default values -> conf_abort).
aborts the failed SQL statement and rolls back the current transaction.
equal.
less than or equal.
more than or equal.
equal, but will match two "NULL"(s).
not equal, but will consider two "NULL"(s) equal.
less than.
more than.
not equal.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author