ibrahimhuycn / HranaOverHttp.Sdk

C# Implementation of Hrana over http

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hrana Over Http SDK

An implementation of Hrana over HTTP from turso. Here is the specification from turso, https://github.com/tursodatabase/libsql/blob/main/docs/HTTP_V2_SPEC.md

I was looking for an SDK to use turso. There is already one but I did not find one I liked. So created one. This is very early still.

Whats implemented and tested?

  • Can connect to turso with bearer token and url.
  • Tested CREATE TABLE and INSERT statements. They are working

How is this implemented?

  • I wanted to finish it fast so used refit library. It's barely finished... but whatever. Good for an hour of work :)

About

C# Implementation of Hrana over http

License:GNU General Public License v3.0


Languages

Language:C# 100.0%