great.db v2.2.0
- Added executeQuery function to run SQL code directly. Learn more.
- Added new
patternfield to filter function to support SQLLIKE. - Database#close function is now asynchronous.
- Added a new live shell to execute SQL code in a shell based environment on an in-memory database (run
bun run shellto try it). - Internal refactor of type inference.
- Updated docs for the above changes.