Skip to content

surrealdb connectorΒ #24

@Hebilicious

Description

@Hebilicious

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions