freechat/json-api/db/src
shockrah f1b1581588 + db::neighbors::get and db::neighbors::update
It should be noted at this point we're considering url's as the "primary key"
even though its kinda weird to use them that way.
Even though a varchar primary key doesn't really scale well I'm considering it
fine for now as the neighbors table is controlled by admins(by hand) and hopefully
won't need to scale.
2021-05-11 13:45:41 -07:00
..
channels.rs + db-lib::Channel::get added and Returns a Result<Option<Channel>> for simplicity 2021-04-21 21:33:30 -07:00
common.rs + Adding db-lib::common::try_error_passthrough 2021-04-21 16:08:23 -07:00
invites.rs mysql_async updates 2021-03-30 22:43:07 -07:00
jwt.rs + Jwt tables - SEE NOTE 2021-05-08 01:29:44 -07:00
lib.rs + db::neighbors::get and db::neighbors::update 2021-05-11 13:45:41 -07:00
member.rs * Adding id to insertion call in db-lib::channel::add 2021-04-07 20:48:58 -07:00
messages.rs + db-lib::Channel::get added and Returns a Result<Option<Channel>> for simplicity 2021-04-21 21:33:30 -07:00
neighbors.rs + db::neighbors::get and db::neighbors::update 2021-05-11 13:45:41 -07:00