module
0.0.0-20231209121720-f25badd00ab6
Repository: https://github.com/aousomran/sqlite-og.git
Documentation: pkg.go.dev
# README
sqlite-og
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