General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Try Free
Earn up to 16% annual interest with Nexo.
Let your crypto work for you
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Web-based application to manage medical clinic internal work flows
...Clinic Management System web application is developed by using PHP & MySql and is designed to automate internal work flows and manage different aspect of a small to medium size medical clinics.
Preparation Steps:
1. You need to create the database. The scripts for the database is in the 'mySqlDb' directory.
2. Change your database configuration in 'application/configs/database.php'.
3. Also in 'application/configs/config.php' change the value of "$config['base_url']" to whatever your projects base url is.
4. Now you can access the project with the specified url.
5. To sign up for a user account, change your browser location to '<yourWebsiteAddress>/account/register'. ...
Quasi is Yet Another Python Shell, but with a twist. It supports pluggable "contexts" for non-Python commands, such as OS commands, MySQLdb queries and external programs. At last you can write:
for x in `os ls *.py`:
`os cp $x my_backups`
MySQLdb is a Python DB API-2.0-compliant interface; see PEP-249 for details. For up-to-date versions of MySQLdb, use the homepage link.
Supported versions:
* MySQL versions from 3.23 to 5.5; 5.0 or newer recommended. MariaDB should also work.
* Python versions 2.4-2.7; Python 3 support coming soon.
ZMySQLDA is a Database Adapter for Zope2.
...Your application can then use these Python objects any way it sees fit, and by doing so you are using database objects in an OO manner.
Currently we support Python 2.x with MySQL.
We leverage MySQLdb, and it is a requirement to run py2db.
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.
A python wrapper module for MySQLdb (http://mysql-python.sourceforge.net/MySQLdb.html). Mainly used for MySQLdb v1.2.2. The wrapper was created to perform common SQL statements in one line of code.
Create geographics maps from data in table format. Serve map creation requests using a XML-RPC server. - Requires: mapnik, swftools, MySQL server and MySQLdb python module.
Aliasproxypanel is Python and MySQL based project (cherrypy + mako + mysqldb) created to help administrating apache server with a lot of aliases and subdomains proxys (like often using with cherrypy).
This simple wrapper module written in Python that allows easy interfacing with a MySQL database and utilizes the MySQLdb module. It requires very little knowledge of actual SQL syntax and is very easy to use.