Added AceBase link.

Ylian Saint-Hilaire committed Aug 13, 2022 at 18:49 UTC d2ff69fb0f923247d1a69bc7f733d5aa34ad34e3
1 file changed +1 -1
db.js
+1 -1
@@ -1200,7 +1200,7 @@ module.exports.CreateDB = function (parent, func) {
1200
1201 function setupFunctions(func) {
1202 if (obj.databaseType == 7) {
1203 - // Database actions on the main collection (AceBase)
1203 + // Database actions on the main collection. AceBase: https://github.com/appy-one/acebase
1204 obj.Set = function (data, func) {
1205 data = common.escapeLinksFieldNameEx(data);
1206 var xdata = performTypedRecordEncrypt(data);