Showing 2121 open source projects for "sql database editor"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Start Free
  • 1
    JSAD is a framework to develop easier and fastest programs in java that use jdbc to operate, using XML files to declarate the SQL operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Saffron is an extension to Java to incorporate SQL-like relational expressions. It features a pre-processor, a query optimizer, and a runtime library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A Lightweight Object Oriented Persistence Layer for database access in PHP. Allows PHP developers to use customizable objects to represent and manipulate rows in any SQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A unique persistence layer for Java. CODO (Cursor Oriented Data Objects) maps generated Entity interfaces (suitable for DTOs) to a relational database via rendered SQL, reflection and JDBC Cursors where possible - avoiding associations.
    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
  • 5
    A web-based songbook application. Features include multiple songbooks per server, multiple levels of user permissions (reader, editor, admin), exporting songs to various formats, generating chord diagrams, sets and setlists, transposing songs, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SydeKIQ (pronounced sidekick) is a Sybase IQ Log Parser that parses the iqmsg and sql log files to aid Sybase IQ Database Administrators in determining which queries are the most time consuming and which users are running these queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This is an abstract basic library for persist memory objects in database. Use ADODB as db provider and generate dynamic SQL 92 for update the database at runtime.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Database Organizer is a graphical schema editor. The schema can be transferred from a database ( any of them - Oracle, Postgres, msSQL, etc. ). It includes an SQL builder, schema comparator, index viewer, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MyAntarMuka is a web interface to MySQL table writen in PHP. It is simple to install and to use. Basic Features included are view, add, update, and delete record. Also included direct SQL query.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Start Free
  • 10
    .NET utility capable to automatically generate XML database schemas and then translating those to SQL scripts (both data import/export and stored procedures for data access) and C# wrapper classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Backpedal is a JDBC driver that can be messaged to roll back all SQL statements issued through it. It is intended to be used in testing scenarios, to allow you return the database to the state it was in before your test case started.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A JAVA package (that can be compiled to a COM DLL) that assists database programmers in generating dynamic SQL, from any platform (using JAVA), eliminating ugly string concatenation code for a more eloquent OO approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Mimah is a code generator for O/R mapping tool. The open architecture enables Mimah to support any tool, any language, any database. Supported : MLF, C#, Vb.net, SQL Server 2000, Oracle & MsAccess
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pratt CMS is a Content-Management-System that provides an easy, inline WYSIWYG html editor. User permission for the database side, a test environment, and a modular system are only some of the added functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    StarPeak ToolKit provides an API for document and GUI based applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SqlFormatter is a tool which will format any given SQL string into readable format.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Zeus:DB
    Zeus:DB is a all-in-one server solution. Zeus:DB is a fast and light weight XML Database Server with SQL support, a Time Server, a HTTP Server with integrated Intranet support and an EMail Server. This is a complete solution like the Lotus Domino server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A robust, easy to use Object-Relational Persistence Layer Framework for java projects. The purpose of which is to remove as much hand coded JDBC SQL for all the basic CRUD functions. This includes automatic handling of polymorphic objects, associations, t
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    A universal DB-engine for Perl. Instead of writing two scripts to use different DB-engines (mySQL or flatfile) you write one script by using SQL-syntax and you can jump between mySQL and flatfile if you like :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    phpIntranet is a PHP/SQL intranet application including staff database, modular calendars, a tournament engine, SpamAssassin configuration integration, birthdays, image storing, etc. Now there is also an Inventory and Shopping Cart system!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Open Source Application for databasing your Music Collection(s). iChoons will utilize other open source products such as MySQL, Apache Webserver and PHP as well as Python / wxPython and SQL Lite. We will also be including tools written in Python for Win3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Universal Table Editor is an ASP (Active Server Pages) application that can be used for every table in every database you can reach from your IIS (Internet Information Server) on Win NT/2000-Server or PWS (Personal Web Server) on Win NT-WS / Win9x.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Many developers needlessly loop through data in an effort to present raw, normalized, data into a more readable, tabular format, not realizing; that, "characteristic functions" can accomplish the same goal, elegantly, and more efficiently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MSSQL to MySQL Exporter written in C# for the .NET Platform. Will get a list of tables, and export them to a text file that contains SQL statements to create tables and add rows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SQLBlox, SQL building blocks for Java applications. A typical use would be to provide for the underlying storage of a business object. Later the instance information can be serialized into SQL.
    Downloads: 0 This Week
    Last Update:
    See Project