Added AceBase link.

This commit is contained in:
Ylian Saint-Hilaire 2022-08-13 18:49:33 -07:00
parent 1f239481b7
commit d2ff69fb0f

2
db.js
View File

@ -1200,7 +1200,7 @@ module.exports.CreateDB = function (parent, func) {
function setupFunctions(func) {
if (obj.databaseType == 7) {
// Database actions on the main collection (AceBase)
// Database actions on the main collection. AceBase: https://github.com/appy-one/acebase
obj.Set = function (data, func) {
data = common.escapeLinksFieldNameEx(data);
var xdata = performTypedRecordEncrypt(data);