Open Source Cygwin Database Software

Database Software for Cygwin

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

  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1

    MySQL for Python

    MySQL database connector for Python programming

    MySQLdb is a Python DB API-2.0-compliant interface; see PEP-249 for details. For up-to-date versions of MySQLdb, use the homepage link. Supported versions: * MySQL versions from 3.23 to 5.5; 5.0 or newer recommended. MariaDB should also work. * Python versions 2.4-2.7; Python 3 support coming soon. ZMySQLDA is a Database Adapter for Zope2.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 2
    SQL Relay
    Database connection pool with support for lots of languages and databases.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 3
    SQL*Plus Commander

    SQL*Plus Commander

    Text-based user interface to query data on Oracle DB in a smart way

    SQL*Plus Commander is Text-based user interface (TUI) / framework to query data on Oracle DB in a smart way. It consists in a fully customizable script shell for bash and ksh. It executes custom queries or procedures on DB with SQLPlus for Oracle. The results of queries can be browsed in a colorful text interface resulting data from a query can be selected and passed dinamically as parameters for others queries or procedures It may be useful for people who runs frequently a limited number of query and uses the results as parameters for other queries. suggested for DBA activities, log tables browsing. downloaded version contains a demo with HR data model from oracle.com Try it and let me know if you find it useful any idea or suggestion will be appreciated
    Downloads: 34 This Week
    Last Update:
    See Project
  • 4

    MyDBF2MySQL

    Extract, transform, and load DBF into MySQL

    This is an ETL software which loads data from DBF/XBase files into MySQL. This utility has command line interface, designed to work without user interaction.
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    RefDB is a reference database and bibliography tool for SGML, XML, and LaTeX documents, sort of a Reference Manager or BibTeX for markup languages. It is portable and known to run on Linux, Free/NetBSD, OSX, Solaris, and Windows/Cygwin.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Common Resource Grep - crgrep

    Common Resource Grep - crgrep

    Common Resource Grep

    CRGREP searches for matching text in databases, various document formats, archives and other difficult to access resources. A command line tool for name and content text matching in database tables, plain files, MS Office documents, PDF, archives, MP3 audio, image meta-data, scanned documents, maven dependencies and web resources. CRGREP will search resources within resources of any arbitrary combination or depth, so text within a document within a zip archive, and so on. Here you will find binary downloads and discussion (https://sourceforge.net/p/crgrep/discussion/) . The actual development and issue tracking can be found here: https://bitbucket.org/cryanfuse/crgrep
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    KDE based dBASE III+ file viewer / utility.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8

    dbsql++

    Generic C++ SQL wrapper over different SQL DB engines.

    Generic C++ SQL client wrapper over different SQL DB engines. Using a unified interface, it currently supports MySQL/MariaDB, ODBC, PostgreSQL and SQLite.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    The Anaconda Kick Start, Alice Scripts, and Other Install Scripts project provides example installation scripts to automate that new server install, or other software install once your server is up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    CUBRID QA project contains a test-automation tool and many kinds of test cases for CUBRID database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    With CD-Database v 1.0 you just need to create a database of all your cds and search the software within just a few mouse click. You can also add additional information like Summary or Serial Information. It's a total CD indexing solution & very useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CommandCentre

    CommandCentre

    Command Centre

    Free to join for developers who support the Free Software Foundation cause. This is my research project from 2003, which I recently updated with acceleration- and console changes (Surround Sound, Doppler Effects, Device Updates, Physics) in a long weekend but project should be considered abandoned. Additionally, the Performer libraries have been abandoned by Silicon Graphics. Minor setup- and make reconfiguration bugs, no changes planned. The Command Centre is a Simulation Programming Framework for advanced Command and Control Simulators on Linux/Windows using C/C++ and Java. The Framework integrates with Leading Tools like Visual Paradigm (UML), Net Beans 7.0 (Java), and Code Warrior (C/C++). The codebase supports building Heterogenous Command and Control Consoles and Accelerated User Attached Audiovisuals. The Command Centre Real Time Simulation Framework (under RT Linux) allows designers to build Fast Prototyped Consoles for advanced Simulations running on Local Area Networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    D0xBase

    D0xBase

    D0xBase - old school d0x database

    D0xBase was created with a thought that it will be similar to what you see in the old movies when police uses on their computers to search for a criminal record. Of course we tried to replicate as much as we can and I think we succeeded. (Screenshots shows version 0.1 but it doesn't change anything. Program looks like it was before)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    DAL4j

    Data Access Layer 4 Java

    Welcome to Data Access Layer for Java (DAL4j) a set of command line tools and framework used to reverse engineer a MySQL or SQLServer database schema into a set of JPA Entity Beans. DAL4j can be useful for scenarios where there is an existing database schema but a technology other that JPA is used to interact with the database. DAL4j can provide an easy way to migrate your code base from other technologies such as JDBC or Hibernate to JPA. The beans generated can be 1 or two types: Simple or Framework. Simple beans are standard pojo classes managed by your application using JPA semantics. Framework generated pojos use the DAL4j framework DAO generic to simplify CRUD operations. DAL4j provides optional hooks to allow you to integrate encryption/decryption of data field used when data is encrypted in the database. Last, DAL4j provides a set of Generic classes that can be used to simplify creation of J2E Session Beans which perform CRUD operations using generated Entities
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DBA PROGRAM

    DBA PROGRAM

    Program to analyze information about SQL SERVER as well as database ta

    Program to analyze information about SQL SERVER as well as database tables, indexes, and some Windows information. To use it just enter the server and instance, and then the database which you want information, this program is useful for database administrators who need to identify problems with growth charts, with the fragmentation indices, know SQL version information. It also has two text boxes where it can be inserted into SQL commands, and brings the result on the grid, these query boxes interegem each other to copy from one to the other and can easily modify a scritp without changing the original. News: > DBA JOBS: Clicking on start the program will check for hygienic disk errors in the windwos event log. Enable the flag to repeat the looping process. You must run the program in administrator mode. > Login Screen: Once you enter the administrator password, you will not be prompted for the next few times. Leave your comment to help with tool development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DSQL ("Dynamic" SQL) is a scripting language for SQL, aka Perl for JDBC. It allows rapid development of code to perform database programming, data warehousing and import/export from databases, XML, Excel, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Derby.NET

    apache derby datareader for .NET 4.5

    Read contents from Apache's Derby DB from .NET application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DrinkChecker

    DrinkChecker

    Check how many (alcoholic) drinks people have had at a party

    This is a little .NET based tool to manage and check the amout of (alcoholic) drinks any person has had. You scan a barcode or simply type in the number and it will give either a green or a red screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Firebird 2.7 DDEX installer

    DDEX Visual Studio Firebird

    This is a DDEX installer tools for Visual Studio 2008/2010 x32/x64.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Firebird 2.7.7 DDEX installer

    Firebird 2.7.7 DDEX for Visual Studio 2008/2010 installer

    This is installer of Firebird Tools for Visual Studio 2008/2010. It is content the original FirebirdSql.Data.FirebirdClient.dll from Firebirdsql.org of 2.7.7 version. Thanks to Jiri Cincura. After install you can use Data -> Add new data source menu dialog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Firebird DDEX Provider for Visual Studio

    Firebird DDEX Provider for Visual Studio

    This is complete Firebird DDEX Provider for Visual Studio.

    The DDEX data provider for Firebird provides access to the Firebird databases in your Visual Studio projects. Many Visual Studio and Firebird versions are supported. This provider also gives the chance to use Enitity Framework. However for this purpose the version of the Firebird server shall be 2.5 or above. Installer registers assembly FirebirdSql.Data.FirebirdClient.dll in GAC, makes necessary changes to the machine.config and registry regarding a branch of data source of the Visual Studio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JSqsh is a Java implementation of sqsh, a console based database query tool featuring much of the functionality provided by a good shell, such as variables, redirection, pipes, history, command line editing, and dynamic configuration JSqsh has been moved to: https://github.com/scgray/jsqsh
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JTurboExplorer

    JTurboExplorer

    Database explorer to MySQL, Oracle, Sybase & others. Source maker JSF.

    It is a tool to help programmers to check your databases and generate code so easily. Lists the tables and views of databases, MySQL, Oracle and Sybase. Load Data from Excel 97-2003 files, exports the data from the table to Excel 97-2003 file. Generate Stored Procedures from table to insert, update, delete, query and paging. Generates code JSF2.0 (Action) and PrimeFaces (xhtml) from the table, code for Struts 1.3, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Java Database Classes

    Java Database Classes

    Delphi equalent database classes for java

    This is a java package for 2 tier and 3 tier database application development. RMI [Remote Method Invocation] is used for 3 tier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is attempt to make an open source bookmarking system that supports tagging, distributed data storage, genetic "splicing" of strains of bookmarking tags and much more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB