Skip to content

Commit 5f99609

Browse files
committed
Move basic example programs from ./spikes to ./by-language
1 parent 288373b commit 5f99609

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed
File renamed without changes.

spikes/jdbc-basic/README.rst renamed to by-language/java-jdbc/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Create schema and insert data::
3838
Invoke example program::
3939

4040
git clone https://github.com/crate/cratedb-examples
41-
cd cratedb-examples/spikes/jdbc-basic
41+
cd cratedb-examples/by-language/java-jdbc
4242

4343
# Use vanilla PgJDBC driver
4444
mvn install exec:java -Dexec.args="'jdbc:postgresql://localhost:5432/'"
File renamed without changes.

0 commit comments

Comments
 (0)