We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9caf7f commit 7fcee5dCopy full SHA for 7fcee5d
src/common/common_lang.nim
@@ -30,6 +30,7 @@ IS_DB_BASED[LangSmall] = true
30
IS_DB_BASED[LangRustWasm] = true
31
IS_DB_BASED[LangCppWasm] = true
32
IS_DB_BASED[LangPythonDb] = true
33
+IS_DB_BASED[LangPascal] = false
34
35
proc isDbBased*(lang: Lang): bool =
36
## return true if `lang` uses the db backend
0 commit comments