Skip to content

yavosh/sqln

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLN: sqlite on the network

A network accessible sqlite database using grpc protocol. Used to experiment with k8s operators. The rqlite project already implements most of the goals of this project.

Running

For an in-memory database:

go run cmd/sqln/main.go --data-source ":memory:"

Examples: Querying

grpcurl -plaintext -d '{"query": "SELECT * FROM tab"}' localhost:5051 sqln.Query/ExecuteQuery

Notes

About

An sqlite database you can query via rpc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published