An open API service indexing awesome lists of open source software.

https://github.com/lpgauth/yaml-file-db

YAML file database
https://github.com/lpgauth/yaml-file-db

database file yaml

Last synced: about 1 month ago
JSON representation

YAML file database

Awesome Lists containing this project

README

          

## YAML-DB

### Architecture
TODO

### Usage
```ruby
require 'yaml-file-db'

db = YDB::Database.new("/path/to/db", "/path/to/schemas").build
```