Search Results for "sql database editor" - Page 9

Showing 1099 open source projects for "sql database editor"

View related business solutions
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end. Migrate from on-prem or other clouds with free migration tools.
    Try Free
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    XEO Framework
    XEO (eXtensible Enterprise Objects) is a Java-based agile development framework to create enterprise web applications that builds upon Object Oriented concepts and Model Driven Development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Nibbleblog

    Nibbleblog

    Powerful engine for creating blogs, all you need is PHP to work.

    Easy, fast and free CMS Blog. Nibbleblog it's a powerful engine for creating blogs, all you need is PHP to work. Very simple to install and configure (only 1 step).
    Downloads: 7 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

    The Great Reading Adventure

    Reimagining Summer Reading

    The Great Reading Adventure is a web-based, open source software program designed to manage summer reading programs. It is completely free to use. It was developed (and piloted in summer 2014) by the Maricopa County Library District (www.mcldaz.org) with support by the Arizona State Library, Archives and Public Records (www.azlibrary.gov). ********** NOTE ********** Development of The Great Reading Adventure has moved to GitHub (https://github.com/MCLD/greatreadingadventure) where you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    notenarchiv

    web sheet music catalog

    web sheet music catalog using a SQL database and php/javascript. Meant for concert bands, Musikvereine,..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ExpenseLogger

    ExpenseLogger

    A web based expense logging and monitoring system

    We have moved to BitBucket for code hosting. Please see link below: https://bitbucket.org/expenseloggerteam/expenselogger
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    phpMyAdmin

    phpMyAdmin

    A software tool to bring MySQL to the Web

    phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add columns, execute any SQL statement, manage indexes on columns.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    JegasCRM

    CRM/CMS/DBMS/WEBSERVER/PROJECTMGT

    WWW.JEGAS.COM has GITHUB link on JegasCRM/JAS product page! PROJECT HAS ALREADY LEFT SORCEFORGE
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    HyperImage Virtual Research Environment
    The HyperImage platform supports the linking of (audio)-visual objects, texts and mixed-media documents. References between images in total, regions of images, annotations regarding the images, and other media, are achieved by means of hyperlinks.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Agilefant

    Agilefant

    The scalable open source tool for lean and agile project management

    Agilefant is a simple but powerful web based tool for lean and agile project management. It is the most versatile open source solution of its kind today, with a rapidly growing user base of more than 10k users around the world in thousands of organizations. Based on more than ten years of solid scientific research within real world organizations, Agilefant's unique model scales from personal todo-lists to large-scale multi-team development and long-term product and portfolio...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Digital Learning Sciences (DLS) is a mission-centered, not-for-profit organization dedicated to improving learning through the use of digital content and tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Havalite CMS

    Havalite CMS

    Havalite, a lightweight, open source CMS Blog based on php and SQLite

    Havalite, a lightweight, open source CMS Blog based on php and SQLite db. It's licensed under the GNU General Public License.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    SplendidCRM Community Edition

    SplendidCRM is like SugarCRM but designed specifically for Windows

    ...The CRM has all the core features expected in a modern CRM including sales automation, email campaigns, product support and calendaring. SplendidCRM was inspired by SugarCRM and tends to follow their database schema to make it easy to migrate between the platforms. We provide 32-bit and 64-bit installers and the app runs on XP, Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2012, SQL Server 2005, SQL Server 2008 and SQL Server 2012. For developers, we provide all the C# ASP.NET source code as well as the SQL source code.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    PyLucid is a Open Source web content management system written in Python using the Django Framework. fully customizable output, expandable with plugins, i18n, L10n, Revision controled, support many database engines, WSGI conform and many more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Anastasia Publishing Platform

    Anastasia Publishing Platform (aka APP) is a publishing platform

    Anastasia Publishing Platform (aka APP) is a publishing platform and cms built with Laravel. We aim to create the best publishing experience with our main focus on the average user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Nodejs MySQL Query Builder

    A small lib that builds query using mysql and nodejs

    This is a small mysql query builder using the nodejs mysql driver by felixge. Sample Usage: ```js var query_builder = require('query_builder'); var dbconn_default = { host : 'host', user : 'user', pass : 'password', dbase : 'database_schema' }; var qb = new query_builder( dbconn_default ); var select_details = { table : 'table_name', fields : [ 'field1', 'field2', ... ], conditions : { field1 : 'value1', field2 : 'value2' } }; qb.select(...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    dbSQWare

    dbSQWare

    dbSQWare is no longer an open source

    dbSQWare is no longer an open source
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    rpgboss

    Built to be ease of use, with no programming knowledge, Multi-platform

    A 2d rpg game engine created to be ease of use. Built in Scala and libgdx. Also our community forums http://rpgboss.forumatic.com
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    OpenBEXI HTML Builder
    OpenBEXI is a WYSIWYG HTML builder using the magic of HTML5 and CSS3 . By resizing, dragging and dropping various HTML widgets it is easy to build a web page. All texts using the DOJO editor, pictures, charts, chart-flows, Dygraphs, timelines, lists and DOJO widgets edited on your browser look like the HTML page you are going to publish to your web site. OpenBEXI provides a powerful CSS and JavaScript editor to change on the fly the presentation and the behavior of your web...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 21
    MetaboLights
    MetaboLights is a database for Metabolomics experiments and derived information. The database is cross-species, cross-techniques and covers structures and reference spectra as well as biological roles, locations and concentrations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    wizardform

    Create html5 forms form mysql table

    This project goal is to give anyone the ability to create html forms and mysql tables without code. Mail features are : Standard fields (text, date, checkbox, select ...). Extended fields like lookup into another table, riche texte editor. Users and right management
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    db-megasena

    Criação/Manutenção/Utilização de banco de dados da MegaSena.

    Conjunto de scripts e aplicativos para criação, manutenção e utilização de banco de dados da MegaSena extraído de arquivo público fornecido pelo website da Caixa Econômica Federal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CARE2X - Integrated Hospital Info System
    Integrated Hospital Information System. PHP,mySQL,PostgreSQL. Surgery, Nursing,Outpatient,Wards,Labs, Pharmacy, Security,Admission,Schedulers, Repair, Communication & more. Multilanguage, WYSIWYG forms, userconfig, embedded workbots. Modular & scalab
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25

    Knowledge Management System

    Knowledge Management System

    This KMS system contains Questions and Answering System like Stackoverflow, Document Management System. These two are core functionality. Users can earn or spend point based on their activities. This system runs on IIS, and fully responsive site. Supported Browser - IE 9 or higher version - Firefox - Chrome Required Environment - .NET framework 4.0 or higher version - MVC 5 - SQL Server 2008 or higher version (optional) - Visual Studio 2013
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB