{
  "$type": "site.standard.document",
  "description": "Glorified getter and setter written in Rust.",
  "path": "/posts/rdbm/",
  "publishedAt": "2024-03-31T17:32:48.000Z",
  "site": "at://did:plc:6n2ngs7zpcpwxz3jaoxj56tu/site.standard.publication/3mo6y7ludvn2h",
  "tags": [
    "programming"
  ],
  "textContent": "rdbm is a rust program for getting and setting a custom ron resource file.\n\nSimilar to ,  will create a  in your  directory.\nYou can then use  to set multiple \"key-value\" pairs similar to .\nIn this case  aims to replace .\n\nProject Page\n- ron Documentation\n- xrdb Information\n\nDocumentation\n\nHere is a short preview of each subcommand:\n\nview current resource file\n\nset a key-value pair\n\nget a value\n\nrdbm help page\n\nProject Goals\n * Remove entries\n * Get/Set multiple values\n * Custom  path\n * Group key-value pairs (similar to having  and  in .Xresources)\n * Sort entries in resource file\n * Preserve order of entries in resource file",
  "title": "R. O. N. DB Manager"
}