index
:
db-actions
this commit
main
Actions to be performed on the batabase
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db_actions.go
Commit message (
Collapse
)
Author
Age
*
added a db argument to the function signature
HEAD
main
Emile
2019-03-20
|
*
refactored the GetStar function
Emile
2019-03-20
|
*
the GetStar function now uses a given db.
Emile
2019-03-20
|
*
changed the request type
Emile
2019-03-06
|
*
removed breaking statements
Emile
2019-03-06
|
*
added a function creating a stars table and a function creating a nodes table
Emile
2019-03-06
|
*
simple fix
Emile
2019-03-06
|
*
ConnectToDB now recieves the name of the database it connects to
Emile
2019-03-06
|
*
implemented a function getting a stars timestep
Emile
2019-02-17
|
*
refactored getStar
Emile
2019-02-17
|
*
exported the get star function
Emile
2019-02-17
|
*
added a function returning a list of all star ids
Emile
2019-02-16
|
*
The insert star function now returns the starID of the inserted star
Emile
2019-02-16
|
*
Fixed inserting a star into a specified timestep
Emile
2019-02-15
|
*
updated the calcAllForces function now using the given galaxyindex to ↵
Emile
2019-02-14
|
|
|
|
calculate the force acting on a star
*
working!
Emile
2019-02-13
|
*
Implemented the function GetListOfStarsTree returning a list of all stars in ↵
Emile
2019-02-13
|
|
|
|
the tree with the given index
*
added the database actions, development started in the db-container repo, ↵
Emile
2019-02-13
for more info, see those commits