D
D
Dmitry Shelygin2016-07-16 21:12:38
Java
Dmitry Shelygin, 2016-07-16 21:12:38

Is there a simple Java database library?

Is there a Java library for solving simple database problems?
Receiving data, writing data, etc.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
mazahistka16, 2016-07-16
@mazahistka16

Google JDBC

A
Alexander Kosarev, 2016-07-18
@jaxtr

Quite primitive - pure JDBC, if a little smarter, then Spring JDBC with its JdbcTemplate . Here I described the basics of working with it.

D
Dmitry Alexandrov, 2016-07-18
@jamakasi666

The simplest is ormlite. Completely eliminates the need to write requests with pens and works with a bunch of different databases.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question