2023-01-30 09:37:44 +01:00
|
|
|
{
|
|
|
|
"pkgname": "SQLiteDB",
|
2023-02-17 12:26:59 +01:00
|
|
|
"app":"SQLiteDBBrowser",
|
|
|
|
"name":"SQLite3 Browser",
|
2023-02-01 10:12:35 +01:00
|
|
|
"description":"API for manipulate SQLite database as VFS handle",
|
2023-01-30 09:37:44 +01:00
|
|
|
"info":{
|
2023-02-17 12:26:59 +01:00
|
|
|
"author": "Dany LE",
|
|
|
|
"email": "mrsang@iohub.dev"
|
2023-01-30 09:37:44 +01:00
|
|
|
},
|
2023-02-01 10:12:35 +01:00
|
|
|
"version":"0.1.0-a",
|
2023-02-17 12:26:59 +01:00
|
|
|
"category":"Library",
|
|
|
|
"iconclass":"bi bi-database",
|
|
|
|
"mimes":["application/vnd.sqlite3"],
|
2023-01-30 09:37:44 +01:00
|
|
|
"dependencies":[],
|
|
|
|
"locale": {}
|
|
|
|
}
|