JDBC


Reading time: less than 1 minute

JDBC is the common interface and API used by database clients/drivers in Java.

One really good source of JDBC drivers is the list used by DBeaver.

Common JDBC drivers

Database Driver URL
PostgreSQL https://jdbc.postgresql.org/
Oracle https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "JDBC",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2024",
  url     = "https://www.gkbrk.com/jdbc"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "JDBC", October, 2024. [Online]. Available: https://www.gkbrk.com/jdbc. [Accessed Oct. 19, 2024].
APA Style
Yaltirakli, G. (2024, October 19). JDBC. https://www.gkbrk.com/jdbc
Bluebook Style
Gokberk Yaltirakli, JDBC, GKBRK.COM (Oct. 19, 2024), https://www.gkbrk.com/jdbc

Comments

© 2024 Gokberk Yaltirakli