GithubHelp home page GithubHelp logo

Enhance README about ejc-sql HOT 9 CLOSED

kostafey avatar kostafey commented on July 29, 2024
Enhance README

from ejc-sql.

Comments (9)

kostafey avatar kostafey commented on July 29, 2024

MySQL example is already here.

from ejc-sql.

stardiviner avatar stardiviner commented on July 29, 2024

Also need to declare which clojure library needed as driver.
Does MySQL driver support MariaDB ?

from ejc-sql.

kostafey avatar kostafey commented on July 29, 2024

Also need to declare which clojure library needed as driver.

You should use JDBC drivers the same way you use it for java. ejc-sql uses org.clojure/java.jdbc "0.5.8" clojure lib, a common clojure JDBC wrapper.

Does MySQL driver support MariaDB ?

It's not a question for ejc-sql. Please search for appropriate JDBC drivers for your database via Google :)
Looks like this connector is suitable for MariaDB: https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/

from ejc-sql.

stardiviner avatar stardiviner commented on July 29, 2024

Here is what got, you can consider it. I search them from Clojure clojars website.

| Database             | Driver                                         |
|----------------------+------------------------------------------------|
| SQLite               | ~[sqlitejdbc "0.5.6"]~                           |
| MySQL                | ~[mysql/mysql-connector-java "5.1.6"]~           |
| MariaDB              | ~[org.mariadb.jdbc/mariadb-java-client "1.1.5"]~ |
| PostgreSQL           | ~[postgresql "9.3-1102.jdbc41"]~                 |
| Microsoft SQL Server | ~[sqljdbc4/sqljdbc4 "4.0"]~                      |

from ejc-sql.

kostafey avatar kostafey commented on July 29, 2024

Ok. Would you like me to add some notes to README for users without java & JDBC experience background?

from ejc-sql.

stardiviner avatar stardiviner commented on July 29, 2024

Yes. Because I'm too, and I use ejc-sql because I want a good SQL client and code completion in Emacs.

from ejc-sql.

kostafey avatar kostafey commented on July 29, 2024

Ok, I've added a small note about JDBC installation. Please notify me, if you need more information.

from ejc-sql.

kostafey avatar kostafey commented on July 29, 2024

Show your settings.xml please.

from ejc-sql.

stardiviner avatar stardiviner commented on July 29, 2024

Sorry, I checked my seetings.xml, I corrected it, and commands works ok. Thanks.

from ejc-sql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.