ronin-rb / ronin-db

A common database library for managing and querying security data
https://ronin-rb.dev
GNU Lesser General Public License v3.0
14 stars 4 forks source link

Add a `--db-file` option to `Ronin::DB::CLI::DatabaseCommand` #55

Closed postmodern closed 11 months ago

postmodern commented 11 months ago

Add a --db-file option which is an alias for --db-uri sqlite3:....

postmodern commented 11 months ago

Implemented by d4a6b38.