Search Results for "Databases Open Source & DevTools" - Page 31

Showing 943 open source projects for "Databases Open Source & DevTools"

View related 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 1
    CellAO Datalogging provides the raw data Databases / Scripts / and other Documentation for Emulating Anarchy Online or makeing bots and such.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    General data access engine as an extension of ADO.NET. It allows your data access code to be written in a manner that supports multiple databases. This application is designed to be extended further to include support for other database providers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Automated Server Monitor (ASM) has been designed to monitor 1..n servers for service availability. This includes checking any TCP/UDP service, many popular databases including Firebird, MySQL and SQL Server. ASM has been written using Delphi and C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    provides a factory-based data access layer for databases (Sql Server implemented), using XML-library-based configuration with connection and command details. Easily extendable to support other databases. Not intended as a business object layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Simple SQLite Manager is web frontend for managing SQLite databases. It requires PHP >= 5.0.0 tu run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A library providing basic building blocks for creating in-memory databases of important data. Existing components are: Linked lists; Hash tables with optional auto-resize; Memory-efficient sparse matrices built on hash tables; Red-black trees. NOTE: This project is moving to Github; https://github.com/klmitch/dbprim
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ProviderFactory is an assembly for the .NET framework that provides a layer of abstraction for ADO.NET data providers. This allows .NET programs to access databases in a uniform way, so that any ADO.NET data provider can be used without code changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    BOND is a RAD (rapid application development) tool for creating database applications. It allows you to develop GUI front ends to PostgreSQL databases. It uses XML to define widget layout and how to obtain information from databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A simple interface to SQL databases (currently MySQL and PostgreSQL) from Guile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10
    Fast GUI based multilanguage database client (in perl/DBI/Tk). Supports most databases, runs on Windows / Unix / Linux. Powerfull SQL editor, view data in spreadsheets, powerfull filter tools. Form to edit/insert datasets. Highly configurable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Papyrus is an XML reporting engine for Linux. Papyrus enables you to generate reports from a variety of different SQL databases (postgresql,mysql,etc). Your reports can be generated as PDF, PostScript, XML, HTML, DVI, Latex or straight ANSI text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MySQLGraphic is a Java application that provides a graphical interface for MySQL databases under Linux or Windows. The structure of a database is dynamically determined making it easy to view or update records. May be used with local or remote databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DataAccess is a generic object relational bridge allowing very flexible access and modification of databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Manage SQLite databases with this PHP-powered software program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    dbXML is a Native XML Database (NXD). NXDs are databases that store XML using an internalized format for faster overall processing. dbXML was developed using the Java 2 Standard Edition version 1.4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SQLBackup is a web application written in PHP to create, restore and manage (encrypted) database dumps from different databases. SQLBackup itself is mainly an PHP written API, but also a tool that uses this API
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Skedario is a perl/tk graphical tool / cgi perl script managing simple mysql databases of annotations (like in pocket notebooks). Annotations are categorized by various fields, searchable and linked. The idea is helping users to keep consistent keywords
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    VTY is a tool written in PHP intended to handle the administration of mySQL and msSQL over the WWW. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields. And it is
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Cilantro is an implementation (in Java) of "Object Algebra", a solution to the Impedance Problem. It connects object-oriented programs to relational databases. In Cilantro, queries are first-class objects and can be combined to create other queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    gSqlite is an open-source graphic frontend for SQLite, and is written in JAVA. gSqlite maintains meta info for displaying the construsted databases. It also provides commond box and GUI window for design, construction, and retrieval of your databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JOR is a Java Object Relation mapping tool that is very simple to use. It works with all mayor databases and requires only minimal coding effort. JOR strictly follows the POJO / POJI (Plain Old Java Objects / Plain Old Java Interfaces) model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Stitch.Database is a Microsoft SQL and Access wrapper for .NET created in C#. It's goal is to make connecting and querying databases clean and easy with a minimal ammount of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Tree Factory is a set of PHP classes for manipulating hierarchical tree structures stored in MySQL databases. So far the nested sets tree model is in a mid-alpha stage of development. Other models will follow--all with compatible APIs. Req MySQL 4.1.2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A porting kit to migrate databases to Bamboo Prevalence using strongly typed datasets (XSD).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jSQLBrowser is simple yet powerful and convenient DB front-end which works with databases through JDBC. It allows you to work with several DB in the same time, have multiple windows with different SQL queries and result sets, and some other useful featur
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB