Can I link and use databases in Defold?

what is your use case, why do you need database, could you please elaborate?
Depending of your needs; you can use remote database and access it through http request(using API), or maybe simple json read/write might be enough or you can use sqlite (Sqlite native-extension)