aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-03-27 03:22:33 +0200
committerTeddy Wing2022-03-27 03:22:33 +0200
commitfaae7b629a2e5139a8e912855b1f137cfe955510 (patch)
treed58c37b0773318acbca1de62ffc8bd260da03aff
parenteb0fece027548e605f9d817eaddb5a8845b97cf8 (diff)
downloadyaqlite-faae7b629a2e5139a8e912855b1f137cfe955510.tar.bz2
Start README
-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).