-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
Describe the feature
https://surrealdb.com/docs/integration/sdks/nodejs
This is more exotic, and could be out of scope, should we focus just on SQL like things ?
This is what SurrealQL looks like :
let groups = await db.query('SELECT marketing, count() FROM type::table($tb) GROUP BY marketing', {
tb: 'person',
});It's not a SQL db, but the syntax share some similarities.
Additional information
- Would you be willing to help implement this feature?
Reactions are currently unavailable