860 projects for "sql" with 2 filters applied:

  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 1
    SQL*More is a CLI tool to execute commands against SQL databases in the same vein as SQL*Plus for Oracle. Key features are database independence, a self-contained networking stack, a terminal friendly CLI implementation, and macro-like commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This is an SQL plugin for the Eclipse platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Lightweight SQL querying tool written in Java. Connects to any JDBC compliant database and will run on any OS with a Java VM. Features: keyword highlighting, result formatting, statement history, multi-window, multiple database connects at one time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Web-based interface to SQLite databases with added 'restrictions' that will allow full SQL ANSI 92 compliance for managing tables, data, views etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 5
    ...It allows a user to request specific information with just a few clicks. It has drill-down and print capabilities and requires no end-user knowledge of the underlying sql or database structure.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    FreeQueryBuilder a java tool that allow you to create SQL queries without directly writing SQL. Works with any JDBC compliant database (ORACLE,MySQL,HSQLDB,Firebird).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ObscureServers is a collection of servers written in different scripting languages. Including: PHPDC-Hub, a Direct Connect Hub written in PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    UTL_FTP is a PL/SQL package that provides FTP functionality from within an Oracle database. Oracle versions 8i, 9i, and 10g will be supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Schema-compare is a PHP script that will compare two database schema's and show the differences side-by-side. It will also generate sql statements that will alter the old database to match the schema of the new database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • 10
    A cgi program written in Python that turns HTTP GET and POST queries into SQL queries, runs them, turns the results into XML, and then returns the XML as the response to the HTTP query. It also supports returning a single BLOB as the whole response.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    ORM.NET : Object-Relational Mapping and Code Generation Tool for .NET
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ...Please note: this project is not maintained anymore. Make your objects persistent in a RDBMS, just by designing how your classes map to an RDBMS schema, without having to write a single line of SQL!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LX is an online forum community website designed with performance, security, and design in mind. Written in PHP5 and still under active development, but it is usable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    "2257" is an open source solution to the reporting requirements enacted on May 24 2005 by the Attorney General of the United States.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    GEBORA is an administrative tool for the Oracle Relational Database Management System. It's an OpenSource alternative to TOAD. Current version has syntax highlight, schema browser, pl/sql viewer and runner and many other features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    php4dbi is a database abstraction layer for PHP. It is simple to use (a single file with a simple API) and lean enought to not bloat your PHP application. Supports: MySQL, SQL Server, PosgreSQL, Oracle, ODBC, SQLite, DB2, Interbase
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    "dbsql2xml" is Java tool (class) for transformation (export, convert) relational database into hierarchical XML. It requires JRE 5.0, JDBC and SQL DBMS. "dbsql2xml" uses XML document for mapping database tables and columns into elements of tree XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Wrapper library for adding MySQL support into the REXX language. Libraries are written in C and then imported into REXX scripts. Once imported REXX scripts can access most of the functions of the MySQL C API through REXX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Do you know Dungeon And Dragon, if so you will like to participate in this project to build a small game base upon it, A style of MUD (Multi-user Dungeon) base on the rules of DnD 3.5. Video conference and audio will likely be input to help the game.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    The BioDataServer is a database integration system. It implements a mediator-wrapper architecture and offers a SQL interface. The data integration is based on user defined intergrated schema and adapter that wrap any kind of data source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Started as an individual initiative to create a PHP/MySQL back-end to browse and search, by various means, various texts and correlated content (initially for the Baha'i Writings but open to all Faiths and even non-sacred texts/databases).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A Java (and maybe .NET) library of objects that objectify SQL syntax and semantics, and render to various flavours of SQL. It allows one to programmatically construct SQL in Java. It's intended use is within other DB abstractions, as a rendering layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ...Maintain your database schema and data in XML and load it into any database for which a JDBC driver is available. With Schemata, there is no need to maintain multiple database-specific SQL scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JucaDB is a relational database engine written in Java, supporting a subset of ANSI SQL-92. There is a JDBC driver with full suport. Client-server, referential-integrity and other features are implemented.
    Downloads: 0 This Week
    Last Update:
    See Project