mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-25 21:53:14 -05:00
Added AceBase link.
This commit is contained in:
parent
1f239481b7
commit
d2ff69fb0f
2
db.js
2
db.js
@ -1200,7 +1200,7 @@ module.exports.CreateDB = function (parent, func) {
|
|||||||
|
|
||||||
function setupFunctions(func) {
|
function setupFunctions(func) {
|
||||||
if (obj.databaseType == 7) {
|
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) {
|
obj.Set = function (data, func) {
|
||||||
data = common.escapeLinksFieldNameEx(data);
|
data = common.escapeLinksFieldNameEx(data);
|
||||||
var xdata = performTypedRecordEncrypt(data);
|
var xdata = performTypedRecordEncrypt(data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user