vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Any views on the best way to access postgresql within java? -- Keith Hutchison http://balance-infosystems.com http://realopen.org http://www.kasamba.com/Keith-Hutchison ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| |||
| "Keith Hutchison" <keith.kjtl.hutchison@gmail.com> writes: > Any views on the best way to access postgresql within java? Depends entirely on what you're looking for. You can go with raw JDBC for maximum control, or use an ORM layer lihe Hibernate to abstract away a lot of the work and give you (some) database independence. -Doug ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| I use the QuantumDB plugin.(http://quantum.sourceforge.net/) Provides a basic access to DBs with JDBC. It did not work with older PostgreSQL versions, but seems to work well with 8.1. P. Keith Hutchison wrote: > Any views on the best way to access postgresql within java? > ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |