Gadfly is a relational database management system written in Python. Gadfly is a collection of Python modules that provides relational database functionality entirely implemented in Python. It supports a subset of the standard RDBMS Structured Query Language (SQL).Gadfly runs wherever Python runs and supports client/server on any platform that supports the standard Python socket interface.