From 8febe13e26a632216eab0bdd126659e246d870e7 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 15 Jan 2019 20:49:47 +0200 Subject: [PATCH 1/7] javascript(mongy): Initial commit Signed-off-by: prescientmoon --- javascript/mongy/.gitignore | 61 +++++++++++ javascript/mongy/LICENSE | 201 ++++++++++++++++++++++++++++++++++++ 2 files changed, 262 insertions(+) create mode 100644 javascript/mongy/.gitignore create mode 100644 javascript/mongy/LICENSE diff --git a/javascript/mongy/.gitignore b/javascript/mongy/.gitignore new file mode 100644 index 0000000..ad46b30 --- /dev/null +++ b/javascript/mongy/.gitignore @@ -0,0 +1,61 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env + +# next.js build output +.next diff --git a/javascript/mongy/LICENSE b/javascript/mongy/LICENSE new file mode 100644 index 0000000..261eeb9 --- /dev/null +++ b/javascript/mongy/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. From 6354cc3fe2e0d663c58d22f6583b603d73925bb6 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 15 Jan 2019 20:57:40 +0200 Subject: [PATCH 2/7] javascript(mongy): First version Signed-off-by: prescientmoon --- javascript/mongy/.gitignore | 62 +---------- javascript/mongy/app.js | 64 +++++++++++ javascript/mongy/package-lock.json | 168 +++++++++++++++++++++++++++++ javascript/mongy/package.json | 22 ++++ 4 files changed, 255 insertions(+), 61 deletions(-) create mode 100644 javascript/mongy/app.js create mode 100644 javascript/mongy/package-lock.json create mode 100644 javascript/mongy/package.json diff --git a/javascript/mongy/.gitignore b/javascript/mongy/.gitignore index ad46b30..3c3629e 100644 --- a/javascript/mongy/.gitignore +++ b/javascript/mongy/.gitignore @@ -1,61 +1 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules/ -jspm_packages/ - -# TypeScript v1 declaration files -typings/ - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env - -# next.js build output -.next +node_modules diff --git a/javascript/mongy/app.js b/javascript/mongy/app.js new file mode 100644 index 0000000..5c83eb8 --- /dev/null +++ b/javascript/mongy/app.js @@ -0,0 +1,64 @@ +const Mongoose = require("mongoose"); + +class Mongy{ + constructor(){ + this.connected = false; + + this.Schemas = {}; + this.Models = {}; + } + createModel(name,collection,structure){ + this.Schemas[name] = new Mongoose.Schema(structure); + this.Models[name] = new Mongoose.model(name,this.Schemas[name],collection); + } + instantiate(name,data){ + return new this.Models[name](data); + } + saveModel(model){ + return new Promise((resolve, reject) => { + model.save((err,res) => { + if (err) reject(err); + + resolve(res); + }); + }); + } + async connect(url){ + Mongoose.connect(url,{ + useNewUrlParser: true + }); + this.db = Mongoose.connection; + + await this.open(); + + this.connected = true; + } + async open(){ + const {db} = this; + return new Promise((resolve, reject) => { + db.once('open', function() { + resolve(); + }); + }); + } + find(modelName,query){ + const model = this.Models[modelName]; + + return new Promise((resolve,reject) => { + model.find(query,(error,result) => { + if (error) reject(error); + resolve(result); + }); + }); + } + remove(modelName,query){ + const model = this.Models[modelName]; + return new Promise((resolve,reject) => { + model.find(query).remove(() => { + resolve(true); + }); + }); + } +} + +module.exports = Mongy; diff --git a/javascript/mongy/package-lock.json b/javascript/mongy/package-lock.json new file mode 100644 index 0000000..cc9486f --- /dev/null +++ b/javascript/mongy/package-lock.json @@ -0,0 +1,168 @@ +{ + "name": "mongy", + "version": "1.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "async": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", + "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", + "requires": { + "lodash": "^4.17.10" + } + }, + "bluebird": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", + "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==" + }, + "bson": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.0.tgz", + "integrity": "sha512-9Aeai9TacfNtWXOYarkFJRW2CWo+dRon+fuLZYJmvLV3+MiUp0bEI6IAZfXEIg7/Pl/7IWlLaDnhzTsD81etQA==" + }, + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "requires": { + "ms": "2.0.0" + } + }, + "kareem": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/kareem/-/kareem-2.3.0.tgz", + "integrity": "sha512-6hHxsp9e6zQU8nXsP+02HGWXwTkOEw6IROhF2ZA28cYbUk4eJ6QbtZvdqZOdD9YPKghG3apk5eOCvs+tLl3lRg==" + }, + "lodash": { + "version": "4.17.11", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", + "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + }, + "memory-pager": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", + "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", + "optional": true + }, + "mongodb": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.1.10.tgz", + "integrity": "sha512-Uml42GeFxhTGQVml1XQ4cD0o/rp7J2ROy0fdYUcVitoE7vFqEhKH4TYVqRDpQr/bXtCJVxJdNQC1ntRxNREkPQ==", + "requires": { + "mongodb-core": "3.1.9", + "safe-buffer": "^5.1.2" + } + }, + "mongodb-core": { + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.1.9.tgz", + "integrity": "sha512-MJpciDABXMchrZphh3vMcqu8hkNf/Mi+Gk6btOimVg1XMxLXh87j6FAvRm+KmwD1A9fpu3qRQYcbQe4egj23og==", + "requires": { + "bson": "^1.1.0", + "require_optional": "^1.0.1", + "safe-buffer": "^5.1.2", + "saslprep": "^1.0.0" + } + }, + "mongoose": { + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.4.4.tgz", + "integrity": "sha512-KoYUFtgrXQ9Sxuf5IEE0Y2LswWGhHiN27bxtObANxMgXbuNLTtLB3xaep8jITUDitG4kkI+FKElUJH4uY8G2Bw==", + "requires": { + "async": "2.6.1", + "bson": "~1.1.0", + "kareem": "2.3.0", + "mongodb": "3.1.10", + "mongodb-core": "3.1.9", + "mongoose-legacy-pluralize": "1.0.2", + "mpath": "0.5.1", + "mquery": "3.2.0", + "ms": "2.0.0", + "regexp-clone": "0.0.1", + "safe-buffer": "5.1.2", + "sliced": "1.0.1" + } + }, + "mongoose-legacy-pluralize": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz", + "integrity": "sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ==" + }, + "mpath": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.5.1.tgz", + "integrity": "sha512-H8OVQ+QEz82sch4wbODFOz+3YQ61FYz/z3eJ5pIdbMEaUzDqA268Wd+Vt4Paw9TJfvDgVKaayC0gBzMIw2jhsg==" + }, + "mquery": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.0.tgz", + "integrity": "sha512-qPJcdK/yqcbQiKoemAt62Y0BAc0fTEKo1IThodBD+O5meQRJT/2HSe5QpBNwaa4CjskoGrYWsEyjkqgiE0qjhg==", + "requires": { + "bluebird": "3.5.1", + "debug": "3.1.0", + "regexp-clone": "0.0.1", + "safe-buffer": "5.1.2", + "sliced": "1.0.1" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "regexp-clone": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-0.0.1.tgz", + "integrity": "sha1-p8LgmJH9vzj7sQ03b7cwA+aKxYk=" + }, + "require_optional": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.1.tgz", + "integrity": "sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g==", + "requires": { + "resolve-from": "^2.0.0", + "semver": "^5.1.0" + } + }, + "resolve-from": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz", + "integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "saslprep": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.2.tgz", + "integrity": "sha512-4cDsYuAjXssUSjxHKRe4DTZC0agDwsCqcMqtJAQPzC74nJ7LfAJflAtC1Zed5hMzEQKj82d3tuzqdGNRsLJ4Gw==", + "optional": true, + "requires": { + "sparse-bitfield": "^3.0.3" + } + }, + "semver": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz", + "integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==" + }, + "sliced": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", + "integrity": "sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E=" + }, + "sparse-bitfield": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", + "integrity": "sha1-/0rm5oZWBWuks+eSqzM004JzyhE=", + "optional": true, + "requires": { + "memory-pager": "^1.0.2" + } + } + } +} diff --git a/javascript/mongy/package.json b/javascript/mongy/package.json new file mode 100644 index 0000000..7e6697d --- /dev/null +++ b/javascript/mongy/package.json @@ -0,0 +1,22 @@ +{ + "name": "mongy", + "version": "1.0.0", + "description": "A high level interface for MongoDB built on top of Mongoose", + "main": "app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "mongodb", + "mongoose" + ], + "author": "Matei Adriel", + "license": "ISC", + "dependencies": { + "mongoose": "^5.4.4" + }, + "repository": { + "type" : "git", + "url" : "https://github.com/Mateiadrielrafael/Mongy.git" + } +} From ad8aa492901cc9ed84449c1daaa0499259dcc331 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 15 Jan 2019 21:18:31 +0200 Subject: [PATCH 3/7] javascript(mongy): 1.0.1 Signed-off-by: prescientmoon --- javascript/mongy/package-lock.json | 2 +- javascript/mongy/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/javascript/mongy/package-lock.json b/javascript/mongy/package-lock.json index cc9486f..9d666f7 100644 --- a/javascript/mongy/package-lock.json +++ b/javascript/mongy/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongy", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/javascript/mongy/package.json b/javascript/mongy/package.json index 7e6697d..077e9e3 100644 --- a/javascript/mongy/package.json +++ b/javascript/mongy/package.json @@ -1,6 +1,6 @@ { "name": "mongy", - "version": "1.0.0", + "version": "1.0.1", "description": "A high level interface for MongoDB built on top of Mongoose", "main": "app.js", "scripts": { @@ -16,7 +16,7 @@ "mongoose": "^5.4.4" }, "repository": { - "type" : "git", - "url" : "https://github.com/Mateiadrielrafael/Mongy.git" + "type": "git", + "url": "https://github.com/Mateiadrielrafael/Mongy.git" } } From 97aa8291fac3b27aad5d9a7d2f3aeaf2c2710f22 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 15 Jan 2019 21:19:16 +0200 Subject: [PATCH 4/7] javascript(mongy): added readme Signed-off-by: prescientmoon --- javascript/mongy/README.md | 54 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 javascript/mongy/README.md diff --git a/javascript/mongy/README.md b/javascript/mongy/README.md new file mode 100644 index 0000000..526f726 --- /dev/null +++ b/javascript/mongy/README.md @@ -0,0 +1,54 @@ +# Mongy +A high level interface for MongoDB built on top of Mongoose + + +#Get started: + +To get started, first install the package: +``` +npm install mongy +``` +Then you need to include it in your script: +``` +const Mongy = require("mongy"); +``` + +The next step is to create an instance of the Mongy class: +``` +const mydb = new Mongy(); +``` + +To connect to your datebase you need to call the (async) 'connect' method: +``` +mydb.connect(process.env.DBURL); +``` + +To create your first model call createModel(name,collection,schema): +``` +mydb.createModel("User","users",{ + name:String, + email:String +}); +``` + +To make an instance of the model call 'instantiate(name,data)': +``` +async function addUser(name,email){ + const myNewUser = mydb.instantiate("User",{name,email}); +} +``` + +And then to save your model call the (async) function 'saveModel': +``` +async function addUser(name,email){ + ... + await mydb.saveModel(myNewUser); +} +``` + +Then you can get the data of your user via the '.find(name,data)' method: +``` +async function getUsers(name){ + return await mydb.find("User",{name}); +} +``` From c587ba5431fce0b32e1212bc3c4bf73430561d76 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 15 Jan 2019 21:25:59 +0200 Subject: [PATCH 5/7] javascript(mongy): fixed the readme Signed-off-by: prescientmoon --- javascript/mongy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/mongy/README.md b/javascript/mongy/README.md index 526f726..84d988e 100644 --- a/javascript/mongy/README.md +++ b/javascript/mongy/README.md @@ -18,7 +18,7 @@ The next step is to create an instance of the Mongy class: const mydb = new Mongy(); ``` -To connect to your datebase you need to call the (async) 'connect' method: +To connect to your datebase you need to call the 'connect' method: ``` mydb.connect(process.env.DBURL); ``` @@ -38,7 +38,7 @@ async function addUser(name,email){ } ``` -And then to save your model call the (async) function 'saveModel': +And then to save your model call the function 'saveModel': ``` async function addUser(name,email){ ... From c7db3b6a03995c69986613dd1f1804461dca992b Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 15 Jan 2019 21:26:20 +0200 Subject: [PATCH 6/7] javascript(mongy): 1.0.2 Signed-off-by: prescientmoon --- javascript/mongy/package-lock.json | 2 +- javascript/mongy/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/mongy/package-lock.json b/javascript/mongy/package-lock.json index 9d666f7..ea85850 100644 --- a/javascript/mongy/package-lock.json +++ b/javascript/mongy/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongy", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/javascript/mongy/package.json b/javascript/mongy/package.json index 077e9e3..e627800 100644 --- a/javascript/mongy/package.json +++ b/javascript/mongy/package.json @@ -1,6 +1,6 @@ { "name": "mongy", - "version": "1.0.1", + "version": "1.0.2", "description": "A high level interface for MongoDB built on top of Mongoose", "main": "app.js", "scripts": { From 86079fa6acd8d7f64cbc4a4d1523db5312c70939 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Tue, 28 May 2024 01:55:33 +0200 Subject: [PATCH 7/7] javascript(mongy): Added movement notice to readme [skip-ci] Signed-off-by: prescientmoon --- javascript/mongy/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/mongy/README.md b/javascript/mongy/README.md index 84d988e..4df4369 100644 --- a/javascript/mongy/README.md +++ b/javascript/mongy/README.md @@ -1,3 +1,4 @@ +# 🚧 This repo has been moved to [prescientmoon/Mongy](https://github.com/prescientmoon/Mongy) 🚧 # Mongy A high level interface for MongoDB built on top of Mongoose