Skip to content

aousomran/sqlite-og

Repository files navigation

sqlite-og

build workflow

Overview

SQLite Over GRPC, is an experimental tool to enable the separation of app & database server when using sqlite as the database.

Essentially sqliteog is a golang proxy for sqlite and as the name suggest it uses grpc as the database wire protocol.

Quickstart

Installation

  • Via go install
    go install github.com/aousomran/sqlite-og/cmd/sqliteogd
  • Run via docker
    docker run -p 9091:9091 aousomran/sqlite-og:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages