Open Source Java Database Software - Page 43

Java Database Software

View 471 business solutions

Browse free open source Java Database Software and projects below. Use the toggles on the left to filter open source Java Database Software by OS, license, language, programming language, and project status.

  • Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud Icon
    Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud

    Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.

    Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
    Try Cloud SQL Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    this software eases the way of storing and retreaving self developed code parts. The developer (JCodeBase user) can easily save his/her codes and retrieve them. The specialty of JCodeBase is that it uses java and derby db so it can work every where and b
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Program to keep track of a comic book collection. Tracks relevant information on issues. Many planned features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    An easy-to-use Database Connection-Pooling library for Java programs, using JDBC. Provides an extended set of configuration parameters per Data Source and a single-call usage model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JConnectionPool is a Java-based database connection pooling utility, which supports the dynamic drive class loading.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 5
    JDAF è acronimo di Java Data Access Framework. E' un progetto che si prefigge la realizzazione di un framework per accellerare lo sviluppo di applicazioni che utilizzano JDBC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Web application for managing data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    We aim to develop a JDBC Driver to OGSA-DAI middleware. OGSA-DAI implements and define a common way to acess Data Resource, as well coordinate the use of them. A JDBC Driver should extend possibilities, and make it easy to use, in a client perspective.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JDBC Explorer is a Java program that provides a front end for SQL commands. It uses JDBC drivers to connect to a RDBMS. Future plans include storing a history of commands, syntax highlighting, and customizable ui.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jdbclogger is a Java tool that intercepts and logs all database statements that use JDBC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 10
    A pure Java (Swing) front end to connect with every DBMS (DataBase Manager System) that has a JDBC driver. Provides full access to: view, modify data, create/alter/drop tables and relations, etc. All done visually. It is platform and DBMS independent
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JDBC database browser and editor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A tool to manage the migration of JDBC compliant databases from Development to Testing and from Testing to production.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Allows JDBC resources to be monitored. You can see when java.sql objects are being opened and closed and can see the line of code where a resource that is still open was originally opened.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Have you ever wondered which database indexes you should create for your JDBC-based application ? This Swing-based SQL profiler tries to offer a tool to monitor which tables and columns are accessed the most in SQL queries to recommend index creation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JDBC blocks embedded in XML templates are processed to generate XML output. The idea is to create ad-hoc XML reports from databases (or whatever data you can access), and is strongly motivated by XSL stylesheets. Not performant, but flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JDBC Tools is a proxy driver framework for monitoring Java database access. It has pre-built JDBC logger and SQL query planning modules, but can be extended through a simple API to perform other monitoring operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a project for developing a JDBC driver for Postgresql
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    jdbc2jdbc is a JDBC 2.0 driver (type 4) that sits between a database client and another JDBC driver. It is completely transparent to the database client. Its purpose is to log all actions that the database client executes on the database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project maintains a Log4j appender to log information into databases via JDBC. It supplies additional features compared to Log4j 1.2 JDBCAppender and Log4j 1.3 DBAppender.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    an easy to use front-end for manipulating and browsing database over jdbc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JDBCFacade is a library for making JDBC easier to use and less error prone while encouraging a clean separation between persistence and domain logic. Unlike many similar tools, JDBCFacade does not interfere with the normal usage of JDBC in any way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A small, simple JDBC helper library to aid in serialising/deserialising Java objects between a database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JDBCSupport is a light-weight framework for database interaction needs in Java applications. Perfectly suited for small to mid-sized projects JDBCSupport helps you getting your database interaction in order without engaging other heavy frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Collection of classes that make it more convenient to use JDBC Connection's, Statement's, and ResultSet's, as well as add logging support to arbitrary Connection's and PreparedStatement's so that SQL statements automatically log when executed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JDBCUnit is a Java library for JDBC that is intented to be used with JUnit. Its goal is to help in writing user acceptance tests for database driven applications.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →