/AssertDB

A Database Precondition and Assertion Tool

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

AssertDB

PyPI version Build Status

A Database Precondition and Assertion Tool

Why

Assertions are useful for any environment, as checking assumptions provides information on how to proceed. Databases are no exception. This tool allows for quick checks of assertions, and allows for use ranging from notifications via cron runs, to programatic checks for deployments.

How to use

Write a query, its desired result, and a on-fail notification method.

Hopeful Features

  • File input
  • More CI Testing