Skip to content

arthurfiddich/mongo-jdbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongo JDBC Driver

EXPERIMENTAL

This is an experimant JDBC driver for MongoDB. It attempts to map some basic SQL to MongoDB syntax.
One of the interesting things is that if you use prepared statements, you can actually use embedded objects, etc... quite nicely. See examples/ for more info, ideas.

Home: http://github.com/erh/mongo-jdbc/

Supported

  • SELECT
    • field selector
    • order by
  • INSERT
  • UPDATE
    • basics
  • DROP

TODO

  • insert & getLastError
  • embedded objects
  • prepared statements

About

JDBC Driver for MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%