Skip to main content
1 vote
0 answers
40 views

I have a SpringBoot app and I have added JUnit5 integration tests that use testcontainers: class ControllerClassTest extends AbstractIntegrationTest { @ParameterizedTest(name = "{0}") ...
bash UI's user avatar
  • 11
-1 votes
1 answer
76 views

I have a UserDataDB that I cannot get a connection to in a Java program after I was connected to it in Windows CMD. With java org.apache.derby.tools.ij open in CMD I connect to UserDataDB and ...
Schuyler Bradshaw's user avatar
2 votes
0 answers
139 views

My Spring Boot web application uses PostgreSQL v12 for production and h2 v2.1.214 embedded database for unit testing. It worked well until I have a native query to test. This query uses the string_agg ...
LBS's user avatar
  • 538
1 vote
0 answers
39 views

I installed eXtremeDB emebeded on my Ubuntu 20.04, and tried following commands: CREATE TABLE coops (id1 INT NOT NULL, name string NOT NULL, PRIMARY KEY (id1)); CREATE TABLE factories (id INT NOT ...
Xavier Z's user avatar
  • 402
1 vote
0 answers
761 views

I'm having trouble with persisting data using de.flapdoodle.embed.mongo. I've followed the documentation and examples I found online, but when I shut down my application, the data disappears. Here's ...
user1175801's user avatar
0 votes
1 answer
480 views

I'm writing a RESTful web service using spring boot. For some computations could be useful load input data into a table of an in memory database (e.g. Hsqldb) and do some aggregations and calculus. ...
Alberto Brosich's user avatar
0 votes
1 answer
143 views

i'm looking if there is any database with c++ interface in order to store and receive numeric data (int,unsigned int, doubles,floats etc) but also strings. My application usually contains data in the ...
user2847122's user avatar
2 votes
2 answers
8k views

Need a small help regarding the embedded version of PostgreSql. I see that we can create an embedded form of PostgreSql https://github.com/zonkyio/embedded-database-spring-test . But the page ...
Thiru's user avatar
  • 337
0 votes
0 answers
240 views

We are looking for an embedded database that ships with application jar file and runs along side the application. This database should also sync data with Mongodb Atlas. We have found Realmdb to be a ...
PK8's user avatar
  • 11
1 vote
0 answers
248 views

I have a spring-boot application. I use a postgres database. Migration of the database is done with liquibase. When executing liquibase changesets I fill some tables, with some characters. For testing,...
fckNewbee's user avatar
3 votes
0 answers
1k views

I have a simple Quarkus application that uses an in-memory H2 database. The JDBC connection string has some custom settings: jdbc:h2:mem:quarkus_db;DATABASE_TO_LOWER=TRUE;DB_CLOSE_DELAY=-1;MODE=...
user avatar
0 votes
2 answers
1k views

I'm new to stack overflow and I am currently using NetBeans with java to make a desktop app where multiple users can access one database at the same time. But unfortunately, I tried several codes ...
JT20's user avatar
  • 11
1 vote
1 answer
648 views

It seems to happen randomly when running integration tests that need docker. Happens only on Windows. stack trace: java.lang.IllegalStateException: Data source context must be initialized at io....
ness's user avatar
  • 11
0 votes
0 answers
2k views

I'm building a product, Zet Universe, that enables users to work with data coming from different sources in one place. It's a desktop app for Windows, it has multiple plugins that obtain data from ...
Daniel Kornev's user avatar
3 votes
1 answer
247 views

Is it still possible to use the Raven Management Studio with embedded? I only find 10 year old Questions with guides that use Parameters/options that don't exist anymore.
Steffen Bauer's user avatar

15 30 50 per page
1
2 3 4 5
29