Showing 50 open source projects for "wdc-wd1600-driver"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • eLearning Solutions For Your Workplace Icon
    eLearning Solutions For Your Workplace

    eloomi is an eLearning solution for your workplace to train, retain and engage employees.

    eloomi combines Learning Management (LMS), Onboarding, Authoring, and continuous Performance Management tools in a cloud-based solution. It allows companies to optimize skill training, onboarding and employee development with strong user experience to enhance productivity and employee satisfaction. As a white label solution, the platform can be customized to mirror a company's branding and logo.
  • 1
    HyperSQL Database Engine (HSQLDB)
    HSQLDB is a relational database engine written in Java, with a JDBC driver, conforming to ANSI SQL:2016. A small, fast, multithreaded engine and server with memory and disk tables, LOBs, transaction isolation, multiversion concurrency and ACID.
    Leader badge
    Downloads: 511 This Week
    Last Update:
    See Project
  • 2
    HHDB SQL Admin

    HHDB SQL Admin

    HHDB SQL Admin is a graphical PostgreSQL client written in Java.

    1. Developed by pure java 2. Customrized for PostgreSQL 3. Support multi-language 4. Use pg JDBC driver for connection 5. Use swing components for GUI 6. Test with Jdk1.7 and 1.8 on windows and CentOS 6,7
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    UCanAccess

    UCanAccess

    A pure Java JDBC driver for Microsoft Access database files

    UCanAccess is a pure Java JDBC Driver implementation which allows Java developers and JDBC client programs to read/write Microsoft Access database (.mdb and .accdb) files. No ODBC needed.
    Leader badge
    Downloads: 541 This Week
    Last Update:
    See Project
  • 4
    SQLeo Visual Query Builder

    SQLeo Visual Query Builder

    Helping users to quickly understand SQL queries

    SQLeo is a professional lightweight SQL Query tool that permits to create or display complex sql queries (from OBIEE, Microstrategy, SSRS, Cognos, Hyperion, Pentaho ...) and permits to reverse engineer database models as db designers do. This SQL GUI supports all JDBC drivers: Oracle, MySQL, MSSQL, Firebird, HSQLDB, H2, PostgreSQL, CsvJdbc, SQLite, UCanAccess, MonetDB ... (but MySQL jdbc and CsvJdbc are the only driver included in the package) Can be compared with : FreeQueryBuilder...
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • PMG Low-Code Automation Platform Icon
    PMG Low-Code Automation Platform

    For companies of all sizes interested in a low-code and digital process automation platform

    PMG is a low-code software platform that allows users to configure automation solutions and business applications to drive digital transformation initiatives. From streamlining business processes through automation, to integrating existing systems and filling in point solution functionality gaps, to delivering a collaborative workspace and unified user experience – PMG’s low-code platform does it all without coding. Business users as well as IT resources are empowered to configure, deploy, and maintain solutions that meet their company’s specific needs.
  • 5

    MySQL Erlang client

    ErlMySQL is a MySQL client (driver) written in Erlang.

    ErlMySQL is a MySQL client written in Erlang and provides API that is very close to Connector/C library. The client is using low level (TCP/IP socket) connection to MySQL server and allows to exchange a data with maximum possible speed. Multiple datasource support and connection pool are incapsulated in the client that increases a performance in concurrent environment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    jdbc2csv.jar

    Command-line sql JDBC tool

    jdbc2csv is a small command-line tool written in JAVA and can be used on all platforms, for which JRE 8 or higher is available. To connect to a specific DBMS the tool uses its JDBC driver. The result of the executed 'select' query is displayed in CSV format ( different standards are supported ). When there is an error the tool stops with exit code 1 and the error message is output on stderr. jdbc2csv is created with a main purpose to be used in shell-scripts. Relatively easy to configurate...
    Leader badge
    Downloads: 179 This Week
    Last Update:
    See Project
  • 7

    jdbsee

    A command line tool for database operations over JDBC

    Jdbsee CLI supports running SQL queries from command line in batch or interactive mode. Database connection settings and related credentials can be persisted for later reuse. The JDBC drivers can be automatically downloaded from maven central repo or loaded from local jars. For more info see https://github.com/davidecavestro/jdbsee/blob/master/docs/index.adoc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Rowing club management program. Using an embedded dbf database driver. User interface made with wxWidgets. Runs on Windows, Linux and MacOS. This project needs volunteers and/or substantial sponsorship.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SQLExecutor: A Simple JDBC framework

    Tiny and easy to use JDBC framework, simplifies usage of JDBC driver

    A simple JDBC framework (JAR) by Jeff Smith. Employs database independent, unchecked exception code. Supports Oracle, mySQL, HSQL, and PostgreSQL--can be easily extended to new databases. See article (originally published on Developer.com ) here: http://softtechdesign.com/products/SQLExecutor/SQLExecutor.htm
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • 10
    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
  • 11

    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
  • 12
    Open-source Java utility to generate your own standard set of benchmarks profiling database/JDBC-driver performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Simple java based command line SQL editor. Will connect to any database that you can provide a JDBC Type 4 driver for (in the form of a jar).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Sqlite Php Manager

    Sqlite Php Manager

    Single file manager for sqlite databases.

    Single PHP file manager for sqlite databases. - Requires PHP 5 or newer. - Uses PHP built in PDO DB driver. - Works on SQLite 2 & 3 files. - Built in one-click common SQL commands - Auto type SQL command buttons
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    MySQL Connect!

    A Desktop GUI for MySQL

    MySQL Connect! is a Java Swing based GUI tool to perform all the operations related to MySQL. It uses below library stacks - 1) MySQL Connector J 2) Oracle Type4 JDBC Driver 3) Birosoft Liquid Look & Feel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    miMas - GUI tool for SQL developers

    miMas - GUI tool for SQL developers

    A UI tool for any database

    miMas is an intuitive GUI tool for SQL query development and data browsing. It provides a common set of features across all databases and can be installed on any Operating System which has a Java Runtime available. The tool uses JDBC drivers for connecting to a database. For most popular databases (Oracle, DB2, MySQL, MS SQL Server, Sybase, Cloudscape, PostgreSQL and Firebird), the JDBC driver is already included. For connecting to databases other than these, please refer to the tool's user...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Quantum is a database plugin for Eclipse (needs GEF, Point Eclipse at http://quantum.sourceforge.net/update-site). It currently supports most databases with a JDBC driver. It shows tables, views, and sequences in a tree format and provides an SQL editor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DAL is a Database Abstraction Layer written entirely in PHP. The goal is to provide users with a general way to access databases. Changing from one DBMS to another only needs changing the driver you want to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An SQL handler to interface multiple databases data to the OpeNDAP Hyrax (BES) server. Written in C++, it uses unixODBC to query DB and can be dynamically extended to use proprietary ODBC API driver in many easy ways. It is bundled with scripts to ge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    jisql

    Jisql is a Java command line SQL client

    Jisql is a Java based utility to provide a command line interactive session with a SQL server. It can connect to any database with a JDBC driver.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Drivolution aims at reducing the cost, risk, and downtime associated with database driver distribution, deployment and upgrade in large production environments. Drivers are stored in the database and dynamically downloaded by client applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    sqlWizz is a lightweight database client written in Java (swing-based). Works with any database that has a jdbc driver. Accepts multiple concurrent connections to different databases and has i18n support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    pyxmdb is a database utility for exporting and importing data between a delimited text file and virtually any DBMS. Tested with Python 2.3-2.6, Linux and Windows, SQLite, MySQL, PostgreSQL, Oracle and Ingres. User extendable for any Python DB-API driver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JDBC driver for connecting HBase to Anyframe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java Application for querying databases, accepts any database with jdbc driver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next