about summary refs log tree commit diff
path: root/db_actions.go
Commit message (Expand)AuthorAge
* added a function creating a stars table and a function creating a nodes tableEmile2019-03-06
* simple fixEmile2019-03-06
* ConnectToDB now recieves the name of the database it connects toEmile2019-03-06
* implemented a function getting a stars timestepEmile2019-02-17
* refactored getStarEmile2019-02-17
* exported the get star functionEmile2019-02-17
* added a function returning a list of all star idsEmile2019-02-16
* The insert star function now returns the starID of the inserted starEmile2019-02-16
* Fixed inserting a star into a specified timestepEmile2019-02-15
* updated the calcAllForces function now using the given galaxyindex to calcula...Emile2019-02-14
* working!Emile2019-02-13
* Implemented the function GetListOfStarsTree returning a list of all stars in ...Emile2019-02-13
* added the database actions, development started in the db-container repo, for...Emile2019-02-13