Open shah opened 2 months ago
As soon as surveilr shell --output json is introduced, add a feature to use surveilr shell via STDIN in addition to sqlite3 in support/bin/sqlpagectl.ts. That will eliminate the sqlite3 dependency from all but certain users.
surveilr shell --output json
surveilr shell
sqlite3
support/bin/sqlpagectl.ts
As soon as the --watch functionality is added to surveilr shell and surveilr web-ui we may not need support/bin/sqlpagectl.ts anymore.
--watch
surveilr web-ui
As soon as
surveilr shell --output json
is introduced, add a feature to usesurveilr shell
via STDIN in addition tosqlite3
insupport/bin/sqlpagectl.ts
. That will eliminate thesqlite3
dependency from all but certain users.