blob: bb7940cb397b8692df688832445a19e2ba560efd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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).
|