logo of Mychem Mychem: A chemical extension for MySQL

Brief

Mychem is an Open Source package providing a set of chemical functions for MySQL. These functions are designed to permit you to handle chemical data within a MySQL database.

News

The Project

The Mychem project aims to provide a complete set of functions for handling chemical data within MySQL.[1] The SQL API of this project aims to be so closed as possible to other projects, like Pgchem::tigress and Orchem. The SQL API is maintained by the ChemiSQL project.[2]

-Most of the functions depends upon Open Babel. [3] Open Babel is a performant toolbox for chemical file handling. It provides also many functions for chemical properties calculation (logP, PSA, ...).

You can find further informations about this project on the project's pages (hosted on SourceForge.net).

Download

The software is distributed as source code that need to be compiled. Installation instructions are provided in the package, and also on-line. The compilation of the software is based on CMake.[4]

You can download Mychem on the following page:
http://sourceforge.net/project/showfiles.php?group_id=195099

License

The Mychem application is released under the GNU General Public License, version 2 of the License, or (at your option) any later option.

References

  1. MySQL - A popular Open Source database.
  2. ChemiSQL - A project that federate several Open Source chemical cartridge projects.
  3. Open Babel - The Open Source Chemistry Toolbox.
  4. CMake - A powerful tool for building an application.