From 7c74c21c700aa312cb384f3115109ced555f08ac Mon Sep 17 00:00:00 2001 From: Patrick DeVivo Date: Sun, 25 Apr 2021 13:43:08 -0400 Subject: [PATCH] start the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c25d93a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# vtab + +`vtab` is a helper library for building [SQLite virtual tables](https://www.sqlite.org/vtab.html) in go, using the `riyaz-ali/sqlite` [driver](https://github.com/riyaz-ali/sqlite).