A filesystem for Linux allowing access to an ActiveRecord domain with simple file operations.
Examples:
- ls ~/railsmnt will give you a list of tables.
- ls ~/railsmnt/table will list IDs from the table.
- cat ~/railsmnt/table/id will display a record in YAML.
- vim ~/railsmnt/table/id to edit the record in YAML!
See:
CategoryFileSystem