Removes BSQL, implements RUST SQL

This commit is contained in:
Shifty/Anthomansland
2020-07-16 20:36:27 +02:00
parent a19aff7a75
commit 01c868bdfb
36 changed files with 473 additions and 650 deletions

View File

@@ -707,7 +707,7 @@
if ("address")
sqladdress = value
if ("port")
sqlport = value
sqlport = text2num(value)
if ("database")
sqldb = value
if ("login")