Showing 1074 open source projects for "mysql-bind"

View related business solutions
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
  • Speech-to-Text: Automatic Speech Recognition Icon
    Speech-to-Text: Automatic Speech Recognition

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
  • 1
    SQL DB Semantic Browser

    SQL DB Semantic Browser

    One click access to all data relevant to the selected object (row).

    DB Semantic Browser (DBSB) is designed for the software developers. Applications access data located in multiple tables and it takes some effort to get all information relevant to the particular object. Developers have more interesting things to do than navigating through multiple tables, determining keys and selecting rows. DBSB uses DB meta-data, discovers relationships between tables and shows rows related to the selected one. See Wiki for documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Flede (Flexible data editor) is a free open source content management system. Flede provides flexible and powerfull mechanism to manage data with almost any structure in MySQL database. Flede supports user authorization with group-based access rights.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    openMEDIS

    open source medical device information system

    OpenMEDIS is a simple, flexible, and standardized tool to collect (inventory) and process (manage) information on health technology infrastructure, e.g. medical devices in low- and middle income countries. The latest source code is available in the folder Code/trunk. There are also sub-projects of openMEDIS that contain the source-code of installations in each country.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    QueryAnalyzer
    Execute queries to any .net DBFactory Database (ORACLE, Informix, MSSQL, MySQL...). Organize your Queries. Add dynamic parameters to your queries. Get DB information. Use 32 bit version for working with 32 bit data sources under Win32 or Win64 Use 64 bit version for working with 64 bit data sources under Win 64 only
    Downloads: 0 This Week
    Last Update:
    See Project
  • Codesoft Barcode Label Software Icon
    Codesoft Barcode Label Software

    RFID and barcode label software to set your business up for success

    CODESOFT is an enterprise-level RFID and barcode label design application offering unmatched flexibility, power, and support. Available in print-only, single-user, and network configurations, CODESOFT is designed to meet all of your barcode labeling needs. Whether your goal is streamlining label printing, printing labels using a form, connecting a scale to your label template, or integrating your business database with your label templates, CODESOFT provides a solution for your organization’s most advanced labeling needs. Connect to SQL or Oracle databases for business system integrations and greater efficiency. CODESOFT includes over 100 barcode symbologies including GS1, supports all common image formats, and enables rich text editing. Native printer drivers are included for over 4,000 thermal, thermal transfer, and inkjet label printers to ensure the best label printing quality.
  • 5

    RJDump

    Sample Mysql dump viewer

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Semantic MediaWiki

    Semantic MediaWiki

    Lets you store and query data within the wiki's pages.

    Semantic MediaWiki is an extension to the MediaWiki software (powering Wikipedia), which extends the Wiki with ideas from the Semantic Web. We focus on usability and tight integration. See the web site for further details and GitHub at https://github.com/SemanticMediaWiki/SemanticMediaWiki/releases for the file releases! (since version 2.4.0).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Web (PHP) based Grocery List generating software that supports barcode scanning. The list is maintained in a database with remote tools for adding, editing, deleting, and printing.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    WEBCR

    WEBCR

    WEB CASH REGISTER

    WEB device for calculating and recording sales transactions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ourXdbu
    ourXdbu is a public aplication to manage diferents database formats DBF, DB, XLS, XLSX, MDB, LETO, SQL Server, MySql, and others Is possible to make relations with diferents formats etc...
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
  • 10
    Evolutility - CRUD framework for ASP.net

    Evolutility - CRUD framework for ASP.net

    CRUD framework with a generic Web UI and integrated micro ORM.

    Evolutility is a lightweight CRUD framework for heavy lifting. With a generic Web UI and an integrated micro ORM, Evolutility provides a framework for full CRUD and dashboard without any hand-coding. With it, you can build CRUD web applications or professional looking administration pages by defining metadata in XML (or in a database) instead of hand-coding HTML, Javascript, CSS, SQL, and C# or VB. For ASP.NET and SQLServer (partial support for MySQL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    XLS/Loader
    XLS/Loader is an easy to use, Java based GUI application that brings your Excel worksheets, when structured as simple table, fast and easily in your RDBMS (supports Oracle, MySQL, PostgreSQL). Requires at least JRE5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GEQUEL is a GTK/C based frontend for the MySQL database loosely derived from an older program xsqlmenu. It can retrieve data from MySQL databases, present them in a nice browser, and allows for update,delete,insert,query,search and copy operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OpenCryobank
    OpenCryobank is an attempt to develop a simple, free and open database system for frozen samples inventory in biological laboratories. It is mainly aimed at semen and embryo cryobanks, but it can be used for any kind of biological sample. Visit us: http://reprobio.unileon.es/services/analisis-cromatina-espermatica/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    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
  • 15
    Web frontend for BIND DLZ for use with MySQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The project is meant to create tools that will be used to manage and analyze data related to team sports. The data will include things like tournaments, matches with dates, scores and results, individual players information and statistics, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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: 0 This Week
    Last Update:
    See Project
  • 18

    ul-dogma

    Database Open per la Gestione e Manutenzione delle Anagrafiche

    DOGMA is intended to handle the database administration of business registry in Lombardia Region for survey purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Family Connections
    Family Connections is a private social networking website designed specifically for families to be as easy to use as possible. Key features are: message board, photo gallery, family tree, calendar, blog, chat room, address book and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SQLScreens

    TCL/TK screen. Not maintained here any more. Goto homepage

    SQLScreens is a simple database screen form generator written in TCL/TK. It supports MySQL, SQLite and ODBC as backends.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    dbSQWare

    dbSQWare

    dbSQWare is no longer an open source

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

    SQLViewer

    A viewer for databases.

    This application views tables in databases. Now it is supporting such databases as Oracle, MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SQL Data Workshop

    SQL Data Workshop

    SQL Data Workshop is a Rich SQL Front End System

    SQL Data Workshop is a free open source SQL front end that allows to you create and display complex sql queries easily. It supports most of commercial DBMS’s like Microsoft SQL Server, MySQL, Hyper SQL, Derby and Postgre SQL. Support for more DBMS’s will be incorporated in future versions and updates. SQL Data Workshop´s User Graphical Interface allows to you design complex queries involving multiple tables in an agile, single and friendly environment. Thanks to Anudeep and PAscal of SQLeo...
    Downloads: 0 This Week
    Last Update:
    See Project