Showing 4321 open source projects for "mysql-connector-java"

View related business solutions
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 1
    The project is meant to create tools that will be used to manage and analyze data related to team sports. The data will include things like tournaments, matches with dates, scores and results, individual players information and statistics, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ul-dogma

    Database Open per la Gestione e Manutenzione delle Anagrafiche

    DOGMA is intended to handle the database administration of business registry in Lombardia Region for survey purposes.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Execute Query
    Execute Query is a database utility allowing for the execution of simple queries to schema modifications and import/export of data using delimited and XML files and includes a powerful query execution and a fully functional database browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Java GUI for database manipulation (mysql for now)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5

    Nodejs MySQL Query Builder

    A small lib that builds query using mysql and nodejs

    This is a small mysql query builder using the nodejs mysql driver by felixge. Sample Usage: ```js var query_builder = require('query_builder'); var dbconn_default = { host : 'host', user : 'user', pass : 'password', dbase : 'database_schema' }; var qb = new query_builder( dbconn_default ); var select_details = { table : 'table_name', fields : [ 'field1', 'field2', ... ], conditions : { field1 : 'value1', field2 : 'value2' } }; qb.select...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Family Connections
    Family Connections is a private social networking website designed specifically for families to be as easy to use as possible. Key features are: message board, photo gallery, family tree, calendar, blog, chat room, address book and more.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Web frontend for BIND DLZ for use with MySQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    fsc-hippo

    fsc-hippo

    专业的铸件供需线上交流平台

    专业的铸件供需线上交流平台
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    XMLPipeDB is a suite of tools for building relational databases from XML sources with minimal manual processing of the data. While the applicability is general, our motivation was to facilitate the management of biological data from different sources.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 10
    phpMyAdmin

    phpMyAdmin

    A software tool to bring MySQL to the Web

    phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add columns, execute any SQL statement, manage indexes on columns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Tellervo

    Tellervo

    Dendrochronological sample measurement, curation and analysis program

    Tellervo enables users to measure, curate and analyse dendrochronological samples. It has a server/client architecture enabling users to collaborate within and between laboratories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jdbc4sapnw

    jdbc4sapnw

    JDBC driver for accessing SAP NetWeaver based systems

    jdbc4sapnw is a read-only jdbc driver for SAP NetWeaver ABAP stack systems. The driver uses the SAP Java Connector 3 (sapjco3) middleware to call the SAP system. There are no extensions required at the SAP systems by default. Only available remote functions will be used to extract data from sap (RFC technology). A valid SAP user is required for logon. The major goal for this project is to provide SAP data to other java based tools in a direct way (e.g. DB Visualizer, KNIME...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FillMAd

    FillMAd

    Fill Mail Addresses: Manual entry of addresses to database, export

    * Note: SF gives wrong "latest version" info (0.0.15 while it is now 2015 v. 0.2.0 - so select from Browse All Files). Manage the e-mail addresses you need for a mailing: input e-mail address, company, contact, etc and store in your (local) MySQL database. The input of the e-mail has some minor format-control and auto-complete which saves time typing. Make a selection to do a CSV-export to external online mailinghost. Keep the control over your addresses that are basicly stored on your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    COPE is a persistence framework for Java. The persistent schema is specified within Java source code, no external files are needed. This project has been moved to github: http://exedio.github.io/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Health Daily Monitor

    Health Daily Monitor

    Record your health stats every day and display in graph form

    Health monitor is an application that enables you to record your weight and blood pressure every day (or other intervals) with graphical analysis. The author uses it every day (with an Omron blood pressure machine). Thank you to BitRock (www.bitrock.com) for their MultiPlatform Installer *New* Public Server edition (Windows only) uses an online MySQL database to store records. No DB setup necessary! Includes: *Graphical Analysis *DB transfer utility Current versions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    phpMyBackupPro

    phpMyBackupPro is the MySQL backup tool - especially without ssh!

    phpMyBackupPro is a web-based MySQL backup application in PHP. You can schedule backups, download, email or upload them with FTP and backup whole file directories. Zip and gzip compression, easy interface and installation. Many languages and online help!
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    nosql-mongodb2013

    nosql-mongodb2013

    10gen Education / MongoDB University courses of 2013

    10gen Education / MongoDB University courses of 2013: "M101P: MongoDB for Developers", "M102: MongoDB for DBAs" and "M101J: MongoDB for Java Developers" - My code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    SQLScreens

    TCL/TK screen. Not maintained here any more. Goto homepage

    SQLScreens is a simple database screen form generator written in TCL/TK. It supports MySQL, SQLite and ODBC as backends.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Open Information Integration
    Open Information Integration Tool Suite (Open II) is used by analysts and programmers to accelerate data integration and harmonization across organizations. OpenII has a neutral schema repository for browsing and comparing all sorts of data models. OpenII is built as a Rich Client Platform Application on top of Eclipse 3.x. Developers need to download Eclipse, install the RCP support, the Fatjar plugin and the Delta Pack in one of the 3.x flavors. Release Notes Release Date: Jan...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JWhoisServer - Java Whois Server
    JWhoisServer: java whoisserver / java whois server : a small, fast and highly configurable RFC 3912 compliant whois server written in java (platform independent) and using a RDBMS (mysql, postgreSQL, oracle, SQLite3, HSQLDB, JavaDB / Apache Derby, CUBRID, firebird2, H2 Database Engine, ...) as a storage engine.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Liquibase

    Liquibase

    Version Control for your Database

    Liquibase is an open source, database-independent library for tracking, managing and applying database changes See more at http://liquibase.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Taxy is a tool for browsing and quering data organized as a taxonomy. Through the use of plugins it allows to connect to different data sources, such as the NCBI species taxonomy or the catalogue of biomedical services of the EU project ACGT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PyLucid is a Open Source web content management system written in Python using the Django Framework. fully customizable output, expandable with plugins, i18n, L10n, Revision controled, support many database engines, WSGI conform and many more...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    ATDOR is a program to store and process results for track and field (athletics) competitions. ATDOR wil use latest available technology to improve the organisation of meetings and delivering better services for all. Website: http://www.atdor.com
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.