A simple ORM for IndexedDB, inspired by Prisma.
- near-orm - The core ORM package, the OG
near-orm
This is a monorepo using npm workspaces. To get started:
# Install dependencies
npm install
# Build all packages
npm run build
# Run tests
npm test
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
MIT