surrealdb / surrealdb.js

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

JS Library revamp #227

Closed kearfy closed 3 months ago

kearfy commented 3 months ago

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

What is the motivation?

We've worked hard the past months to improve SurrealDB's protocol with the ability in mind to ship better developer experiences as a result. The second step in this project is to revamp the JavaScript SDK to incorporate these improvements, and to ship it!

What does this change do?

What is your testing strategy?

Tests are now all written with Deno.test. Will look into adding back tests for NodeJS and Bun in a future PR.

Is this related to any issues?

If this pull request is related to any other pull request or issue, or resolves any issues - then link all related pull requests and issues here.

Have you read the Contributing Guidelines?