aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stdlib/source/lux/world/db/jdbc.jvm.lux (renamed from stdlib/source/lux/world/database/jdbc.jvm.lux)6
-rw-r--r--stdlib/source/lux/world/db/jdbc/input.jvm.lux (renamed from stdlib/source/lux/world/database/jdbc/input.jvm.lux)0
-rw-r--r--stdlib/source/lux/world/db/jdbc/output.jvm.lux (renamed from stdlib/source/lux/world/database/jdbc/output.jvm.lux)0
-rw-r--r--stdlib/source/lux/world/db/sql.lux (renamed from stdlib/source/lux/world/database/sql.lux)0
4 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/world/database/jdbc.jvm.lux b/stdlib/source/lux/world/db/jdbc.jvm.lux
index 23370dcc8..2d3721716 100644
--- a/stdlib/source/lux/world/database/jdbc.jvm.lux
+++ b/stdlib/source/lux/world/db/jdbc.jvm.lux
@@ -19,10 +19,10 @@
[list ("list/." Fold<List>)]]]
["." io (#+ IO)]
[world
- [net (#+ URL)]
- [database
- ["." sql]]]
+ [net (#+ URL)]]
[host (#+ import:)]]
+ [//
+ ["." sql]]
[/
["/." input (#+ Input)]
["/." output (#+ Output)]])
diff --git a/stdlib/source/lux/world/database/jdbc/input.jvm.lux b/stdlib/source/lux/world/db/jdbc/input.jvm.lux
index d037d4234..d037d4234 100644
--- a/stdlib/source/lux/world/database/jdbc/input.jvm.lux
+++ b/stdlib/source/lux/world/db/jdbc/input.jvm.lux
diff --git a/stdlib/source/lux/world/database/jdbc/output.jvm.lux b/stdlib/source/lux/world/db/jdbc/output.jvm.lux
index a28a6254e..a28a6254e 100644
--- a/stdlib/source/lux/world/database/jdbc/output.jvm.lux
+++ b/stdlib/source/lux/world/db/jdbc/output.jvm.lux
diff --git a/stdlib/source/lux/world/database/sql.lux b/stdlib/source/lux/world/db/sql.lux
index f4704cd94..f4704cd94 100644
--- a/stdlib/source/lux/world/database/sql.lux
+++ b/stdlib/source/lux/world/db/sql.lux