Registry / database / derbytools

derbytools

JSON →
library10.17.1.0javamavenunverified

Command-line tools for managing Apache Derby databases, including ij, sysinfo, and dblook.

<dependency> <groupId>org.apache.derby</groupId> <artifactId>derbytools</artifactId> <version>10.17.1.0</version> </dependency>
INSTALL
IMPORT
SIG · DERBYTOOLS
D
derbytools
databasejavav10.17.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ij
org.apache.derby.tools.ij

Run an SQL script using the Derby ij tool programmatically.

import org.apache.derby.tools.ij; public class RunIJ { public static void main(String[] args) throws Exception { ij.main(new String[]{"script.sql"}); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.17.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
26
OpenAI (training)
1
Resources
derbytools — mvn dependency:get derbytools · libregistry