Skip to content

Commit

Permalink
chore: add TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Jan 30, 2024
1 parent 668c965 commit dd51c89
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,27 @@ unsearch is a simple library designed to add flexible search functionality to yo
pnpm add unsearch
```

## Usage

- [Drizzle ORM Example](/playground/drizzle.ts)

## TODO

- [ ] Add limitScope
- [ ] Add offsetScope
- [ ] Usege examples
- [ ] Prisma
- [ ] TypeORM
- [ ] Sequelize
- [ ] Knex
- [ ] Postgres
- [ ] MySQL
- [ ] MongoDB
- [ ] SQLite
- [ ] MariaDB
- [ ] Add more tests
- [ ] Add more docs

## Development

1. To use this template, click the "Use this template" button above.
Expand Down

0 comments on commit dd51c89

Please sign in to comment.