crate / cratedb-examples

A collection of clear and concise examples how to work with CrateDB.
Apache License 2.0
9 stars 7 forks source link

Java JDBC: Use explicit schema name `testdrive` #748

Closed amotl closed 9 hours ago

amotl commented 23 hours ago

Otherwise, resources would be created within the crate schema, which might be unfortunate for various reasons.

The intention of the micro examples is to show users best practices. While the documentation will certainly educate about the doc schema, I think it will be fine to use a canonical dedicated schema name for this collection of example programs?