Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 621 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 621 Bytes

Near ORM Project

A simple ORM for IndexedDB, inspired by Prisma.

Packages

  • near-orm - The core ORM package, the OG near-orm

Development

This is a monorepo using npm workspaces. To get started:

# Install dependencies
npm install

# Build all packages
npm run build

# Run tests
npm test

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

MIT