mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"pkgname": "SQLiteDB",
|
|
"app":"SQLiteDBBrowser",
|
|
"name":"SQLite3 Browser",
|
|
"description":"API for manipulate SQLite database as VFS handle",
|
|
"info":{
|
|
"author": "Dany LE",
|
|
"email": "mrsang@iohub.dev"
|
|
},
|
|
"version":"0.1.0-a",
|
|
"category":"Library",
|
|
"iconclass":"bi bi-database",
|
|
"mimes":["application/vnd.sqlite3"],
|
|
"dependencies":[],
|
|
"locale": {}
|
|
} |