mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-27 22:00:17 +03:00
4 lines
209 B
SQL
4 lines
209 B
SQL
create table modules (path, mtime, id);
|
|
create table publicImports (importerId, importedId);
|
|
create table containers (name, protection, moduleId, id);
|
|
create table symbols (name, type, kind, containerId, id);
|