dbquota 0.3.1

enforces database quotas by toggling a read-only status
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "dbquota"
version = "0.3.1"
authors = ["nbari <nbari@tequila.io>"]
description = "enforces database quotas by toggling a read-only status"
documentation = "https://github.com/nbari/dbquota/blob/master/README.md"
homepage = "https://github.com/nbari/dbquota"
repository = "https://github.com/nbari/dbquota"
readme = "README.md"
keywords = ["mysql", "mariadb", "quota", "database", "size"]
categories = ["command-line-utilities", "command-line-interface"]
license-file = "LICENSE"
edition = "2018"

[dependencies]
clap = "2"
mysql = "16.0"