about summary refs log tree commit diff
path: root/db_actions.go
Commit message (Collapse)AuthorAge
* moved the db_actions to an own package and adjusted the functions so that ↵Emile2019-02-13
| | | | the database gets reached into the function for usage
* updating the center of mass (finally) working now!Emile2019-02-11
|
* implemented updating the center of mass of every nodeEmile2019-02-11
|
* updated the function commentsEmile2019-02-10
|
* implemented the updateTotalMass functionEmile2019-02-10
|
* updated the error messages displayed when queries fail.Emile2019-02-09
|
* new model, see the wiki for a description how this all worksEmile2019-02-07
|
* General actions for the database (inserting a star, deleting a star, ↵Emile2019-02-07
creating a new tree ...)