CatgirlIntelligenceAgency/code/common/db
Viktor Lofgren 62cc9df206 Embryo of new control process
* New events and heartbeat tables in mariadb
* Refactored to a cleaner Service interface
2023-07-03 10:40:32 +02:00
..
src/main Embryo of new control process 2023-07-03 10:40:32 +02:00
build.gradle Move database to a separate module 2023-03-25 15:26:17 +01:00
readme.md Documentation for DB 2023-03-25 16:14:16 +01:00

DB

This module primarily contains SQL files for the URLs database. The most central tables are EC_DOMAIN, EC_URL and EC_PAGE_DATA.

Central Paths

See Also

  • common/service implements DatabaseModule, which is from where the services get database connections.

Relation diagrams for EC_DOMAIN and EC_URL

image

image