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).