Showing 297 open source projects for "sql"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    JDBC-based API to build always valid SQL statements. Other enhancements are: automatic table name and columns completions inside Java code, alias support, prepared statement parameter (?) management, SQL functions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Karapan Sapi is Web Application generator, based on Struts Framework. Karapan Sapi will generate some common code that always repeated in developing web application. Karapan Sapi automatically create SQL DDL, Java Object, DAO code, Struts Action and St
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    .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: 1 This Week
    Last Update:
    See Project
  • 4
    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
  • The Original Buy Center Software. Icon
    The Original Buy Center Software.

    Never Go To The Auction Again.

    VAN sources private-party vehicles from over 20 platforms and provides all necessary tools to communicate with sellers and manage opportunities. Franchise and Independent dealers can boost their buy center strategies with our advanced tools and an experienced Acquisition Coaching™ team dedicated to your success.
    Learn More
  • 5
    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
  • 6
    The Unnamed-RPG project's goal is to create a system of tools for developers to create games or software that takes advantage of the power and complexity of Rolemaster(TM) style of role-playing guidelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Convert Access (97/2000) tables (structure and data) to SQL language, in order it can be use by other SQL db engines. It now suport Borland's Interbase and MySQL.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    XDoclet module to generate MySQL and PostgreSQL DDL from class and method tags. Generates CREATE TABLE or ALTER TABLE statements. Supports all MySQL and PostgreSQL extensions. Turns .java files into .sql files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TOra GSQL is a toolkit to generate SQL code for ORACLE. A graphical tool for X Window systems which allows you to generate SQL code automatically during database design for ORACLE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 10
    DAME is a software tool to generate C++ and Java classes from SQL statements. By working at the level of SQL statements, dame provides the maximum flexibility to the developers of database applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A Java application for quickly creating and testing sql statements against a relational database. It can easily be used with a web based application or a stand-alone Java application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jUDO (java Universal Data Objects) handles coding against a database Independent of database (plugins for db2/Oracle/Cloudscape/mysql/mysql etc).The code is generated "runtime" , just give the method names and jUDO derives the code/sql.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Define your database structure and relations once using the ZsqlML (Zenark's SQL Markup Language) XML DTD, and then generate mulitple vendor-specific SQL scripts, thereby solving the issue of SQL script variances across multiple platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Webgenerator-X is a complete php/mysql content management system (cms). It's an entirely modular web authoring tool based on a brand new cache and template engine. The program focus on low mysql load, fast processing, reliability and multi-user admin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Nodular is a methodology plus a set of utilities to model data and convert between data formats (EBNF, SQL, UML, XML, XML schemas, and so on).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    XPHP is an IDE authoring tool for Windows that allows you to design, develop, test, debug and deploy PHP applications. [This project has been discontinued since 2005]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    an API for rapidly developing Java, desktop apps It includes a virtual desktop , user interface API, GUI client for management of SQL databases,and a form design tool which allows basic application code to be generated from a SQL table or tables
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ...Rose and Erwin, but with more functions and facilities, working at linux and windows. Supporting the most of the existing databases available (interbase, oracle, mysql, sql server, access, and another ones if possible)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    With this application you're able to develop with graphical models. Using some plugins, these models would be translated to code in several languages like SQL,OQL,C++ etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Php Database class creation wizard. This code creates a php class for a database table that includes all required SQL to update the database as well as form output code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CMaker is an utility to automatically generate Java classes which mirror a SQL database table structure. For example, if given a table TEST whose columns are defined as ( KEY CHAR(5); ELEMENT CHAR(1000); ) CMaker will generate a corresponding Test class.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    A code generating tool for C#. After running through a basic table design screen it generates the following for you: - SQL table dfn - stored procs: fetch,delete,add... - cs file with functions for all stored procs. Also includes a C# data library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    Converts XML files and/or SQL schemas into Java sources. Types of variables are determined from the sample values. Attributes and elements are treated the same, making writing the XML very simple. Directives are given in the java: and sql: namespaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A PHP Class Generator that generates SQL and PHP classes from a XML-file.
    Downloads: 0 This Week
    Last Update:
    See Project