WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Support the Hrana protocol #28

@Ehesp

Description

@Ehesp

Is your feature request related to a problem? Please describe.

The hrana protocol specification is a standard protocol which allows communication over a network to an SQLite DB. It's developed by Turso for their own platform solution.

Describe the solution you'd like

It'd be great to explore whether this spec fits into the DO SQLite model, as some tools out there such as ORMs are developed again this spec for communication.

Describe alternatives you've considered

N/A

Additional context

  • The spec allows for stored SQL statements, which would fit great with a DO too given we can use kv/transaction storage.
  • The spec is provided in protobuf format, so we'd need to generate a static client (via the protobuf API) to use in a worker environment (runtime API requires eval).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions