1
0
Fork 0
forked from alemi/upub
upub/src/model
alemi 0d1250fd6f
feat: add addressing table
this should allow to build timelines and check access permissions
quickly. my only concern is keeping thousands, if not even millions, of
rows always with full strings. future optimizations may look into an
intermediary table to map ids to integers and optimize this table's
storage
2024-03-24 04:03:44 +01:00
..
activity.rs feat: add addressing table 2024-03-24 04:03:44 +01:00
addressing.rs feat: add addressing table 2024-03-24 04:03:44 +01:00
config.rs feat: default for config 2024-03-23 20:24:29 +01:00
credential.rs feat: added tables+entities for config, credentials 2024-03-23 05:02:39 +01:00
faker.rs fix: faker also insert config and credentials 2024-03-23 06:10:33 +01:00
like.rs fix: datetime utc, also in likes 2024-03-23 04:40:39 +01:00
mod.rs feat: added tables+entities for config, credentials 2024-03-23 05:02:39 +01:00
object.rs feat: add addressing table 2024-03-24 04:03:44 +01:00
relation.rs feat: added relation table 2024-03-22 02:29:37 +01:00
session.rs feat: added sessions with credentials 2024-03-24 04:03:22 +01:00
share.rs fix: datetime utc, also in likes 2024-03-23 04:40:39 +01:00
user.rs feat: add addressing table 2024-03-24 04:03:44 +01:00