aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bb7940c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+yaqlite
+=======
+
+A bridge between YAML and SQLite. Enables inserting YAML records into a
+database and selecting records as YAML.
+
+
+## Usage
+TODO
+
+
+## Install
+Mac OS X users can install with MacPorts, after [adding a custom repository
+source][teddywing ports repository]:
+
+ $ sudo port install yaqlite
+
+
+[teddywing ports repository]: https://github.com/teddywing/macports-ports#adding-this-repository-source
+
+
+## License
+Copyright © 2022 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
+COPYING file).