mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
.. | ||
src/main | ||
build.gradle | ||
readme.md |
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
- current - The current database model
- migrations
See Also
- common/service implements DatabaseModule, which is from where the services get database connections.