aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/world/db/jdbc.jvm.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-16The old compiler is now identified with "old" instead of "jvm". This should ↵Eduardo Julian1-175/+0
help to get old JVM code and new JVM code to coexist without forcing a major rewrite of old compiler code to get it to fit the style of the new JVM compiler code.
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-2/+2
2019-03-15Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian1-3/+3
to avoid confusion since "/" is used for relative module paths.
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian1-3/+3
2019-02-24Improved the names of monad transformers.Eduardo Julian1-7/+7
2019-02-11Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian1-2/+2
structures.
2019-02-07Small improvements & fixes.Eduardo Julian1-49/+54
2019-02-04Changed the naming style for structures.Eduardo Julian1-10/+10
2018-12-31Re-named "lux/world/database" to "lux/world/db".Eduardo Julian1-3/+3
2018-12-30WIP: Added JDBC library.Eduardo Julian1-0/+170