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
Branch
Commit message
Author
Age
main
added a db argument to the function signature
Emile
6 years
Age
Commit message
Author
2019-03-20
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-06
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
fixed the modules after renaming the repo from db_actions to db-actions
Emile
2019-03-06
simple fix
Emile
2019-03-06
ConnectToDB now recieves the name of the database it connects to
Emile
2019-02-28
added the go report card
emile
2019-02-28
Update 'README.md'
emile
2019-02-17
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-16
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
inserting two stars very close to each other for testing the trickle-down eff...
Emile
2019-02-16
deleting all the nodes before inserting new stars in the tree
Emile
2019-02-16
implemented another test calculating the forces on a star
Emile
2019-02-16
updated some common values
Emile
2019-02-15
created some tests for debugging, more comming soon!
Emile
2019-02-15
Fixed inserting a star into a specified timestep
Emile
2019-02-14
updated the calcAllForces function now using the given galaxyindex to calcula...
Emile
2019-02-13
working!
Emile
2019-02-13
Implemented the function GetListOfStarsTree returning a list of all stars in ...
Emile
2019-02-13
added support for go modules
Emile
2019-02-13
added the database actions, development started in the db-container repo, for...
Emile
2019-02-13
Initial commit
emile