{
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "ado": "^2.5.0",
      "libsqlite3": "any"
    }
  ],
  "description": "Ada Database Objects (SQLite)",
  "gpr-externals": {
    "ADO_USE_SQLCIPHER": [
      "yes",
      "no"
    ]
  },
  "licenses": "Apache-2.0",
  "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-ado/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-ado/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-ado/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-ado/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-ado/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-ado/summary)\n[![Documentation Status](https://readthedocs.org/projects/ada-ado/badge/?version=latest)](https://ada-ado.readthedocs.io/en/latest/?badge=latest)\n\nThis is the SQLite or SQLCipher driver for the Ada Database Objects library.\n\nThe choice between SQLite and SQLCipher is controlled by the `ADO_USE_SQLCIPHER` gpr external variable.\nUse `-XADO_USE_SQLCIPHER=yes` if you want to use the SQLCipher support.  The database encryption key\nis configured by using a `pragma key`.\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "ado_sqlite",
  "origin": {
    "commit": "9071ae7cb3a82085f7d59fc5a387c9e834a5dd69",
    "subdir": "./sqlite/",
    "url": "git+https://gitlab.com/stcarrez/ada-ado.git"
  },
  "project-files": [
    "ado_sqlite.gpr"
  ],
  "tags": [
    "database",
    "uml",
    "sql",
    "sqlite"
  ],
  "version": "2.5.0",
  "website": "https://gitlab.com/stcarrez/ada-ado"
}
