moonfire-nvr/db
Scott Lamb 6f2c63ffac read-only signals support (#28)
This is mostly untested and useless by itself, but it's a starting
point. In particular:

* there's no way to set up signals or add/remove/update events yet
  except by manual changes to the database.
* if you associate a signal with a camera then remove the camera,
  hitting /api/ will error out.
2019-06-06 16:20:44 -07:00
..
testdata initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
upgrade read-only signals support (#28) 2019-06-06 16:20:44 -07:00
auth.rs upgrade rusqlite, bump required Rust to 1.33 2019-05-31 16:19:04 -07:00
Cargo.toml upgrade db's parking_lot dependency too 2019-05-31 16:21:10 -07:00
check.rs upgrade rusqlite, bump required Rust to 1.33 2019-05-31 16:19:04 -07:00
coding.rs initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
db.rs read-only signals support (#28) 2019-06-06 16:20:44 -07:00
dir.rs lose "extern crate" everywhere (Rust 2018 edition) 2018-12-28 21:59:39 -06:00
lib.rs read-only signals support (#28) 2019-06-06 16:20:44 -07:00
raw.rs upgrade rusqlite, bump required Rust to 1.33 2019-05-31 16:19:04 -07:00
recording.rs make Writer enforce maximum recording duration 2019-01-29 08:26:36 -08:00
schema.proto update design docs for new-schema branch changes 2018-03-24 20:51:30 -07:00
schema.rs upgrade a few deps 2018-08-24 22:06:14 -07:00
schema.sql read-only signals support (#28) 2019-06-06 16:20:44 -07:00
signal.rs read-only signals support (#28) 2019-06-06 16:20:44 -07:00
testutil.rs properly test fix for #64 2019-01-04 16:11:58 -08:00
writer.rs make Writer enforce maximum recording duration 2019-01-29 08:26:36 -08:00