Hi, The osmosis library seems to contain some classes to connect with the postgresql database. However when browsing through the javadoc, some documentation seems to be missing or outdated. (e.g. PostgreSqlReader isn't documented, or DatabaseLoginCredentials seems to suggest 4 parameters, while in reality it needs 6) The javadoc i used is located here: http://travelingsales.sourceforge.net/javadoc/libosm/ I could also just use JDBC to connect and send out queries, but I noticed that the libosm library contains some methods that are transparent to the user to work with Nodes. (in other words the queries do not need to be writtenn which is a great timesaver for the routing part) So i think it would be better to use the libosm's pgsql classes instead of just jdbc. Could anyone provide me with better documentation of how these classes work (if better documentation is available) or a clear example of how the connection is made using this library? Kind Regards, Ibrahim -- View this message in context: http://www.nabble.com/Questions-regarding-postgresql-classes-in-osmosis-tp24810811p24810811.html Sent from the OpenStreetMap - Dev mailing list archive at Nabble.com.
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

