blob: da76ea50e7e6f959a2f653f83406c6fb6d4b41a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "sqlite3",
"version": "3.35.4",
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"homepage": "https://sqlite.org/",
"features": {
"geopoly": {
"description": "enable geopoly functionality for sqlite3"
},
"json1": {
"description": "enable JSON functionality for sqlite3"
},
"tool": {
"description": "sqlite3 executable"
}
}
}
|