Connecting to Databases

GenRocket On-Prem Database Connectivity via JDBC
Description There are many test case scenarios where the synthetic test data needs to be inserted directly into an SQL database. The GenRocket Engine can i...
Mon, 20 Nov, 2023 at 4:32 PM
GenRocket Supported Databases
Description This article covers the most common SQL, NoSQL, and Fixed File/Flat File Databases that GenRocket can connect to for data queries and populatin...
Thu, 7 Dec, 2023 at 11:49 AM
What Is JDBC?
Java™ database connectivity (JDBC) is the JavaSoft specification of a standard application programming interface (API) that allows Java programs to access d...
Wed, 20 Mar, 2024 at 1:36 PM
What is a JDBC Config File?
Description A JDBC configuration file contains a standard set of parameters that enables a source to connect to a target SQL database. user - Defines a n...
Fri, 22 Mar, 2024 at 4:48 PM
How do I set up GenRocket Runtime to connect to a database?
Description GenRocket Runtime must be connected to a database before a query or data insertion can be performed during test data generation. In This Ar...
Mon, 20 Nov, 2023 at 3:10 PM
How do I Structure Resource Subdirectories to Store Config Files?
Description This article discusses best practices for defining and structuring resource subdirectories.  To understand why and where resource subdirectorie...
Tue, 15 Mar, 2022 at 2:19 PM
How do I Encrypt Config and Property Files?
Description You can encrypt your configuration and properties files using the GenRocket runtime encrypt file command. Only the GenRocket Runtime can decryp...
Tue, 15 Mar, 2022 at 1:38 PM
Generating Data for a Remote Database
Generating Data for a Remote Database The GenRocket engine generates data at approximately 10,000 rows per second. It merely hands off the data to a respec...
Sun, 11 Sep, 2022 at 12:32 PM
How do I connect to a MS SQL database with GenRocket Runtime?
How to connect to an MS SQL Database There can be two primary reasons for you to make a connection to an MS SQL database with GenRocket: Reason 1: To ret...
Wed, 11 Oct, 2023 at 1:03 AM
How do I connect to an Oracle database with GenRocket Runtime?
How to connect to an Oracle Database There can be two primary reasons for you to make a connection to an Oracle database with GenRocket: Reason 1: To ret...
Wed, 24 Aug, 2022 at 12:34 PM