shockrah
caed1444c1
- filename is now a function dont @ me
2021-09-29 21:19:40 -07:00
shockrah
65a2b41875
+ Skeleton code for dblib::VideoStore trait
...
For now we are just keeping everything in JSON because the use
case intended here is _not_ to have 999999 clips but like maybe
a few hundred/thousand at most
2021-09-27 21:04:25 -07:00
shockrah
27f337f63a
+ Adding Videos field to json store
...
Basically the json store keeps the keys _and_ the meta data for the videos
At some we'll change this however this would be
a dblib only change
2021-09-27 21:03:27 -07:00
shockrah
32bf68361d
* Moving Keystore related methods into its own module
...
+ VideoStore Trait designed out
+ comon error types yey
2021-09-27 15:51:19 -07:00
shockrah
a50cce38e9
+ FromRequest on ApiKey
...
With this we should get some easy coupling with the web server
2021-09-27 14:46:46 -07:00
shockrah
0e895abc94
* Properly named dblb API and docs
2021-09-27 12:23:29 -07:00
shockrah
01f64375f2
+ DBLib which is basically our "datbase" driver
...
This stands to be the only data we're going to bother supporting right now
THe reason for this is because of sheer lazyness
2021-09-06 16:32:37 -07:00