You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
174 B

  1. {
  2. "name": "db",
  3. "module": "dbconnector",
  4. "action": "connect",
  5. "options": {
  6. "client": "sqlite3",
  7. "connection": {
  8. "filename": "/rpmdb.sqlite3"
  9. }
  10. }
  11. }