Recently I started working on mongodb and I have been using the mongodb java driver for database operations I also read about UnityJDBC - jdbc driver for mongodb. I know that UnityJDBC queries MongoDB with queries having SQL like syntax
What I dont understand - The difference between java driver for mongodb and jdbc driver for mongodb.
Edit : Can JDBC API be used for NoSQL Databases
JDBC Connection is basically used to connect to server in remote machine. And normal java driver is used in a standalone system.You can not connect to a remote mongodb server using java driver.Hope this is what you need.Other wise let me know?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With