Categorygithub.com/aousomran/sqlite-og
module
0.0.0-20231209121720-f25badd00ab6
Repository: https://github.com/aousomran/sqlite-og.git
Documentation: pkg.go.dev

# README

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
    

# Packages

No description provided by the author
No description provided by the author
Package mocks is a generated GoMock package.
No description provided by the author