This module offers some components for JDBC-based
database connectivity. The main component is the class
[[Sql]], an instance of which may be obtained for any
given [[javax.sql::DataSource]].
value sql = Sql(newConnectionFromDataSource(dataSource));
You can easily get a query result as a `Sequence` where
each row is a [[Map]]:
value rows = sql.Select("select * from mytable").execute();
for (row in rows) {
assert (is String name = rows["name"]);
assert (is ...
| Version ▼ | Vulnerabilities | Repository | Usages | Date | |
|---|---|---|---|---|---|
1.3.x | 1.3.1 | Ceylon |
0
| Feb 13, 2021 | |
| 1.3.0 | Ceylon |
0
| Feb 13, 2021 | ||
1.2.x | 1.2.2 | Ceylon |
0
| Feb 13, 2021 | |
| 1.2.1 | Ceylon |
0
| Feb 13, 2021 | ||
| 1.2.0 | Ceylon |
0
| Feb 13, 2021 | ||
1.1.x | 1.1.0 | Ceylon |
0
| Feb 13, 2021 | |
1.0.x | 1.0.0 | Ceylon |
0
| Feb 13, 2021 | |
0.6.x | 0.6.1 | Ceylon |
0
| Feb 13, 2021 | |
| 0.6 | Ceylon |
0
| Feb 13, 2021 | ||
0.5.x | 0.5 | Ceylon |
0
| Feb 13, 2021 |