Skip to content

Commit

Permalink
docs: license terms update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingyang-Li committed Dec 16, 2024
1 parent 356b3c7 commit 66ecfa2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
27 changes: 14 additions & 13 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<br />
</div>

> 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.

Expand Down Expand Up @@ -193,3 +193,10 @@ const result = orm.user.delete({
where: { id: '<USER_ID>' },
});
```

## 😀 Roadmap

- ~~Core Query builder~~
- Bulk create / update operations
- Observability - query logging
- Filtering complex data types such as string arrays & number arrays

0 comments on commit 66ecfa2

Please sign in to comment.