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
- Host: GitHub
- URL: https://github.com/lpgauth/yaml-file-db
- Owner: lpgauth
- License: mit
- Created: 2021-02-14T16:23:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T00:11:47.000Z (about 5 years ago)
- Last Synced: 2025-01-21T01:30:07.799Z (over 1 year ago)
- Topics: database, file, yaml
- Language: Ruby
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```