Showing 140 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
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 1
    SQL-to-C++ code-generator that generates a C++ class for every table in your SQLite3 database. The code-generation is performed based on the "CREATE TABLE" SQL operators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Another Java-database mapper (bean to table or to query), but you use SQL directly (no query language), no complex XML mapping, and automation of JDBC routines. It contains 3 functions: 1. readwrite mapping 2. query mapping 3. DDL generator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Object oriented library for storing complex structures in sql database. It produses easy interface for managing simple tables, trees, object hierarhies and associative arrays. It uses PHP5 syntax and won't work on PHP4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A web content management system built on the Zend Framework.
    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.
    Learn More
  • 5
    Monet Objects is an easy-to-use .NET object-relational mapping library. It allows .NET developers to create applications dealing with persistent objects (relying on a relational database as MySql) without writing a single SQL query.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This is a social networking site designed to be used for small to medium communities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Jet Business Automation Technology. A framework to empower routine data structure patterns like table-per-class binding and multiversion documents with single application point. Stored procedure based business logic, metadata store, UI binding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This is a Visual Game Editor built to support editing of biowares award winning games. Starting with DA:O
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Dorm is a PHP object/relational persistence tool. It features CRUD operations (create/read/update/delete), plus a select method, for retrieving and populating sets of objects. An XML file defines the mapping between tables and classes (like Hibernate)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 10
    Group project to develop a campground reservation system as part of a Software Engineering class requirement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    PoilDru is a high-level PHP Object-Oriented Framework to produce Web 2.0 Ajax websites or XML-RPC/SOAP web services
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    db-connection is an project based on Factory Pattern in .NET Framework 1.1 that provides the abstract layer for Developer to design an database independent application can be changed the at any movement
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A lightweight ORM and SQL schema generator meant as a simpler alternative to Hibernate, etc. with the goal of bringing Rails-like functionality and rapid development to Java. Operates on plain Java classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    hippocampus

    shared memory object server database

    ...The idea behind this confusing words is to have a python's like environment able to share objects across multiple processes, removing the GIL but restrincting the use of this environment to data manipulation. The motivation is to avoid all the ORM configuration, SQL manipulation and objects replications needed when using an rdbms. I want to implementation the engine with C as it is a commonly known language and it has a good support of the linux's shared memory. I have already done an encouraging poc with C and mmap.
    Downloads: 0 This Week
    Last Update:
    See Project