No description
Find a file
2025-08-20 10:33:34 +02:00
sql Added automatical hook scheduling 2025-08-11 20:54:36 +02:00
static Fixed hilariously wrong shebang 2025-08-20 10:33:34 +02:00
views Script execution list 2025-08-08 18:15:13 +02:00
.gitignore Reworked tree rendering and moving 2025-07-07 20:01:30 +02:00
config.go Initial rendering of the node tree 2025-07-02 18:02:09 +02:00
db.go Initial rendering of the node tree 2025-07-02 18:02:09 +02:00
dbschema.go Initial rendering of the node tree 2025-07-02 18:02:09 +02:00
go.mod Initial rendering of the node tree 2025-07-02 18:02:09 +02:00
go.sum Initial rendering of the node tree 2025-07-02 18:02:09 +02:00
log.go Initial rendering of the node tree 2025-07-02 18:02:09 +02:00
main.go Bumped to v2 2025-08-18 18:36:40 +02:00
node.go Fixed bug in tree query with bootstrapped database 2025-08-18 18:35:40 +02:00
page.go Initial rendering of the node tree 2025-07-02 18:02:09 +02:00
README.md Update README.md 2025-08-16 13:53:48 +02:00
script.go Added automatical hook scheduling 2025-08-11 20:54:36 +02:00
script_scheduler.go Script execution list 2025-08-08 18:15:13 +02:00
type.go Handling of data types 2025-07-10 10:39:33 +02:00
webserver.go Added automatical hook scheduling 2025-08-11 20:54:36 +02:00

Config example (default location $HOME/.config/datagraph.yaml):

network:
  address: '[::]'
  port: 7002

database:
  host: localhost
  port: 5432
  db: datagraph
  username: datagraph
  password: yeah_right