@algochad/prisma-core
Version:
A comprehensive NestJS library that provides EF-Core-like operations using Prisma and GraphQL. Features LINQ-style query builders, advanced data manipulation, GraphQL integration with genql, and a unified API for both Prisma and GraphQL operations. Includ
68 lines (46 loc) • 2.41 kB
Markdown
# License
## 📄 License
This library is licensed under the **MIT License**.
```
MIT License
Copyright (c) 2025 @algochad/prisma-core
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:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
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.
```
### What this means
The MIT License is a permissive license that is short and to the point. It lets people do almost anything they want with your project, including making and distributing closed source versions.
#### You can:
- ✅ Use the library commercially
- ✅ Modify the source code
- ✅ Distribute the library
- ✅ Use the library privately
- ✅ Sublicense the library
#### You must:
- 📄 Include the license and copyright notice
- 📄 Include the original copyright notice
#### You cannot:
- ❌ Hold the authors liable for damages
- ❌ Use the authors' names for endorsement without permission
### Third-party licenses
This library depends on several open-source packages, each with their own licenses:
- **@nestjs/common** - MIT License
- **@prisma/client** - Apache-2.0 License
- **TypeScript** - Apache-2.0 License
Please review the licenses of these dependencies if you plan to distribute applications using this library.
## Links
- **📖 Full License Text**: [MIT License](https://opensource.org/licenses/MIT)
- **📦 NPM Package**: [@algochad/prisma-core](https://www.npmjs.com/package/@algochad/prisma-core)
- **🔗 GitHub Repository**: [algochad/prisma-core](https://github.com/algochad/prisma-core)