Y
Hacker News
new
|
ask
|
show
|
jobs
by
systems
1831 days ago
which library do you use for databases? when i checked a while ago, the situation was not very good and the best option was the JDBC interface
is this still the case
1 comments
oscardssmith
1831 days ago
If you are interested in datasets that fit in memory, Dataframes.jl is really good now. For interfacing with SQL, there still isn't anything much better than jdbc.
link