med_core 0.6.2

A Rust Powered Core Engine for M.E.D. Masking, Encryption, and Decryption CSV/JSON
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "db": "SQLite",
  "5c26f600720adc375e14260181778d1b69f49fad676d6fcac1d85015c153fc15": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 10
      }
    },
    "query": "\n                INSERT INTO audit ( user, hostname, total_files, total_records, failed_records, record_failed_reason, runtime_conf, process_failure_reason, successed, elapsed_time )\n                VALUES ( ?1, ?2, ?3, ?4, ?5, ?6, ?7, ?8, ?9, ?10)\n        "
  }
}