add qdbm for dba

This commit is contained in:
crazywhalecc
2024-04-12 12:44:26 +08:00
parent b4ed4ea956
commit f6c42e0fbf
8 changed files with 97 additions and 4 deletions

View File

@@ -43,7 +43,11 @@
},
"dba": {
"type": "builtin",
"arg-type-windows": "with"
"arg-type-windows": "with",
"arg-type-unix": "custom",
"lib-suggests-unix": [
"qdbm"
]
},
"dom": {
"type": "builtin",