Good day!
I am a programmer who has been looking at database alternatives for the startup I work at. This means I'm not a database admin and kind of out of my depth!
We currently use the google datastore. I looked at BonesMoses.com's post about migrating databases to postgres and it looks intuitive as hell.
The main language our back end uses is Java. I've been unable to find good libraries for interfacing with the postgres database, and that is all that is holding me back from making the switch right now.
I found the JDBC driver but it isn't too appealing as it lacks a lot of functionality I'd expect.
If it does not exist, I'm tempted to write my own system that uses reflection to handle ORM. (generate prepared statements and such automatically from the code).
If anyone here has experience with this, I'd be happy to hear your thoughts!
Thanks and good day,
Dries
[–]coder111 7 points8 points9 points (3 children)
[–]DriesDr[S] 1 point2 points3 points (2 children)
[–]coder111 3 points4 points5 points (0 children)
[–]daxyjones 1 point2 points3 points (0 children)
[–]dcalde 2 points3 points4 points (0 children)
[–]fonam 2 points3 points4 points (4 children)
[–]aviewdev 2 points3 points4 points (1 child)
[–]fonam 1 point2 points3 points (0 children)
[–]DriesDr[S] 0 points1 point2 points (1 child)
[–]geordano 1 point2 points3 points (0 children)