Open Source Linux Database Software - Page 87

Database Software for Linux

View 87 business solutions
  • 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
  • $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
  • 1
    The main goal of this project is to built a GUI for administrating databases. It is being written on perl using Gtk and Glade. DBadmin is supposed to be an analogue of windows program toad.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Database API and User Interface to skip making queryes or code more than strictly neccesary. Compatible with MySQL, Oracle, DB2 and other database servers. Compatible with Win32 and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DBarrMan

    DBarrMan

    Database corrections on Dolibarr data

    In Dolibarr database tables, re-create a supplier invoice that was deleted by accident (with the original record row id). Change the supplier of a created invoice. This Database Dolibarr Manager was created for Dolibarr v 3.0 Gambas2 needed (Visual-basic/Java like programming environment for Linux), available via packet manager. (gb2)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This tool is a small tool to upload a csv file to a database. This tool can analyse a CSV file and it can determine the field lenght and the column name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    DBvFS - Virtual Filesystem in a Database
    DBvFS defines a virtual file system which can be stored in a relational database. Aim is to create a generalized definition for such a system, which should be open enough so it can be implemented in a variety of database systems and middlewares.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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 DBNumber uidMyTable = new DBNumber(); } Easy Gets: List<MyTable> myRows = myDB.get(new MyTable()); MyTable row = myDB.getDBTable(new MyTable()).getByPrimaryKey(61176904); Natural and Outer Joins and Criteria: CarCo carCo = new CarCo(); carCo.name.isLiterally("GM"); List<DBQueryRow> results = myDB.get(carCo, new Marque()); dbQuery.addOptional(new CarModel()); Easy debugging: query.getSQLForQuery(); Simple processing: db.print(query.getAllRows()); List<Marque> marques = query.getAll
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Eclipse Documentum DQL/API plug-in with the main functionality of content proposals and colour coding. As a secondary result testing things the plug-in is starting to resemble a fast hard client. A feature we lost when a certain hard client was replaced.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Java Database connexion and Statement Pool. This software is a dynamically sizeable Pool that can have multiple differents database link. Debbuging and error messages handle with log4j. Simple configration and use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Oracle DBA's module for Oracle 8i, 8.0 and 7.3. Reverse engineers DDL for specified list of objects. Defrags entire tablespaces. Resizes tables/indexes to your standards. Creates user X with privileges of Y. Etc., etc., etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    A servlet (or a bunch of servlets) to access a database, perform ddlutils tasks (retrieve, create and update from or to a description). Uses the apache.org ddlutils (and some other libraries).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DELite(Database Support for Embedded Lightweight Devices) is a DBMS developed for handheld devices. It is written in C, runs on Linux, offers many SQL features. (for details: see Home Page).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Data Mining Models Web Annotator Tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This projects implements the RFC2132 and at least RFC3046 as a Dynamic configurable SQL based DHCP server, based on the udhcpd code, extended to mask-and-select by client DHCP packets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Dia2SQL is a Perl script to convert UML objects in DIA ( see http://www.lysator.liu.se/~alla/dia/ for more info on DIA ). Currently, it processes Dia documents exported as Encapsulated PostScript ( EPS ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DILPS is a library for media database management. DILPS/W is a frontend for this library, which is implemented as a mediawiki extension with the aim of replacing the mediawiki file management subsystem with a much more elaborated media library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A central database of all installable programs, descriptions, dependencies, source URLs, MD5 sums, and suggested menu listings and the software to read the database, usable by desktops and window managers to organize software and install any new software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    dlvhex is a prototype solver for HEX-programs which integrate Answer-Set Programs with higher-order reasoning and external computation sources. It comes with a full-fledged plug-in framework for rapid extension development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The goal of the DM1 project is build a Relational Database System that is suitable for educational purposes. DM1 will not be a production strength database; however, it will implement all the basic functions that are important for a DBMS student.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A package which parses the latest freely available RDF files available at DMOZ and inserts them into two MySQL tables. Once these RDF's are inserted into MySQL, you are able to integrate them into your site's search engine in any way you like.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a PHP script that is used to parse the DMOZ RDF data dump files automatically. It features downloading of the files, extracting, cleaning, parsing and inserting the data into a MySQL database. This script is pretty fast!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A graphical data modeling tool, allowing one to build Entity-Relation data models for use with Relational Databases (RDBMS). The tool allows one to forward generate a SQL script of statements to build the model within a SQL92-compliant database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DataLoggin provides the raw data Database for the Dawn of Light Server Emulation Project. (www.dolserver.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A database/web application used for tracking donation information for multiple organizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DORM4J (Dynamic Object-Relational Mapping for Java) is an O/R Mapping library for java. It uses annotation in jdk1.5 and dynamic feature of java language to implement O/R mapping function without additional XML config files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DOSConf is an installer to install, update, repair, remove and create installation and patch package. It will be developed for DOS / Win32 platforms and in the future for another operating systems, like Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB