Skip to content

great.db v2.2.0

Choose a tag to compare

@tr1ckydev tr1ckydev released this 11 Oct 15:21
· 9 commits to main since this release
  1. Added executeQuery function to run SQL code directly. Learn more.
  2. Added new pattern field to filter function to support SQL LIKE.
  3. Database#close function is now asynchronous.
  4. Added a new live shell to execute SQL code in a shell based environment on an in-memory database (run bun run shell to try it).
  5. Internal refactor of type inference.
  6. Updated docs for the above changes.