Search Results for "sql query builder" - Page 4

Showing 89 open source projects for "sql query builder"

View related business solutions
  • 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.
    Try Free
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    PHP code to manage a MySQL db over the web. Add/Drop databases and tables. Insert/Update/Delete records. Enter your own SQL query. No config files/scripts. Small and simple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    [en] Functions SELECT_QUERY() INSERT_QUERY() UPDATE_QUERY() to display/process forms/query in one line. <br>[fr] Fonctions SELECT_QUERY() INSERT_QUERY() UPDATE_QUERY() pour afficher/exécuter des requętes/formulaires en une ligne
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The purpose of this project is to produce an application which can help to determine if you have written efficient SQL queries for MySQL. The application will run the query against a database and tell you how the query is performing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    KSql formerly KMySql) is the KDE database project. It aims to become a powerfull database access and SQL application builder.
    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
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AQAL makes easy to access data on DBs without know SQL. It implements Business Object/Manager pattern: Object maps table, builds SQL syntax, carries data; Manager performs queries, handles Objects (conveniently extended by Application Business Objects).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This is a framework for building SQL queries (SELECT, UPDATE, INSERT, DELETE) in an object-oriented way. The generated query (it really is just a string) can then be used with any type of database access layer. (ie. MDB2).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A simple web interface for your database, like phpMyAdmin but more user friendly and integrating some advanced Database management functionalities like query and report.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LaunchPad CMS is an Easy to Use Site Management system that allows user to create – blogs, static pages, image galleries etc. What makes this Content Management System unique is that is does not use SQL but XML for storing data and XSL to query it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    The aim of the SQP project is to create client and server stubs for the SQP(Simple Query Protocol) protocol. Compliance and regression testing utilities are also within scope. It is a spin-off from the JSDC(Javascript Data Components) project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    MySQL PHP Simple Auditor

    A "drop-in" replacement for mysql_query

    ...The solution was a simple "drop in" replacement for the mysql_query call. From there, a simple search/replace on the codebase. The auditor will capture "who did what" and "when". It is also smart enough to fully parse the raw MySQL query and compare updates to existing rows. Only actual changes are recorded in the audit log (database table) regardless of the SQL. Finally, a simple web viewer for reviewing and managing the audit trail. Job done. :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An SQL like query language for creating and querying graphs (the logical ones, not the pretty ones you find in excel).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Quick Backend is a php class that can be used to create backends to XMLHTTP requests for any AJAX library you choose. It focuses on the concept of "Don't repeat yourself", providing features such as file uploads and JSON generation from an SQL query.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A PHP class that replace the need to build textual SELECT queries. By using commands like $query->select( $table->column, $table->column2 ); you can easily create complex queries with no need to write pure SQL.
    Downloads: 0 This Week
    Last Update:
    See Project