@cocreate/crud-server
Advanced tools
Comparing version
@@ -0,1 +1,13 @@ | ||
# [1.18.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.29...v1.18.0) (2023-03-19) | ||
### Bug Fixes | ||
* dynamically get dburl per db type ([3c32d12](https://github.com/CoCreate-app/CoCreate-crud-server/commit/3c32d1262c54e72aae007a2333f0493cd5c4b036)) | ||
### Features | ||
* send custom db urls with database request to store in user defined database ([70be46f](https://github.com/CoCreate-app/CoCreate-crud-server/commit/70be46fef1e25406f311ae809adc27a8e38f5018)) | ||
## [1.17.29](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.28...v1.17.29) (2023-02-01) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "@cocreate/crud-server", | ||
"version": "1.17.29", | ||
"version": "1.18.0", | ||
"description": "CoCreate-crud-server", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -120,2 +120,5 @@ 'use strict'; | ||
if (this.databases[data.db[i]]) { | ||
if (socket.dbs && socket.dbs[data.db[i]]) | ||
data['dbs'] = socket.dbs[data.db[i]][0] | ||
this.databases[data.db[i]][action](data).then((data) => { | ||
@@ -122,0 +125,0 @@ //ToDo: sorting should take place here in order to return sorted values from multiple dbs |
90073
0.64%321
0.63%