surrealdb / surrealdb.js

SurrealDB SDK for JavaScript
https://surrealdb.com
Apache License 2.0
271 stars 46 forks source link

Various improvements #291

Closed kearfy closed 6 days ago

kearfy commented 1 week ago

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.

What is the motivation?

We found that the size of the library was getting out of hand and wanted to improve on this. Additionally, with the introduction of JSR, we no longer see the need for this to be a Deno project.

What does this change do?

What is your testing strategy?

Updated all tests to Bun, and added various new tests. In the future we'd like to expand tests to test on both source and the compiled library, and across Bun, Deno and Node.

Is this related to any issues?

Fixes #284 Supersedes #272

Have you read the Contributing Guidelines?