From 66ecfa2eddeb64426c9b53814d8a23bd0f1297e2 Mon Sep 17 00:00:00 2001 From: mingyangli1_kpmg Date: Tue, 17 Dec 2024 12:04:07 +1300 Subject: [PATCH] docs: license terms update --- LICENSE | 27 ++++++++++++++------------- README.md | 9 ++++++++- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index 2805d70..fc2ca98 100644 --- a/LICENSE +++ b/LICENSE @@ -4,18 +4,19 @@ Copyright (c) 2024 Mingyang Li Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +in the Software without restriction, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +1. The software may not be sublicensed, modified, or used for commercial purposes. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +2. The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + +3. The software is provided "as is", without warranty of any kind, express or + implied, including but not limited to the warranties of merchantability, + fitness for a particular purpose, and noninfringement. In no event shall the + authors or copyright holders be liable for any claim, damages, or other + liability, whether in an action of contract, tort, or otherwise, arising from, + out of, or in connexion with the software or the use or other dealings in the + software. + +By using this Software, you agree to abide by these terms. diff --git a/README.md b/README.md index 76934c2..3241815 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@
-> This is a type-safe ORM for Azure CosmosDB NoSQL, inpired by Prisma +> This is a type-safe ORM for Azure CosmosDB NoSQL, inpired by [Prisma.io](https://www.prisma.io/) This package is for you if you're building data-driven applications and you're using Azure CosmosDB NoSQL as the main database. @@ -193,3 +193,10 @@ const result = orm.user.delete({ where: { id: '' }, }); ``` + +## 😀 Roadmap + +- ~~Core Query builder~~ +- Bulk create / update operations +- Observability - query logging +- Filtering complex data types such as string arrays & number arrays