Jump to content

MSQL: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[Image:Msql.gif|right]]
[[Image:Msql.gif|right]]
The first open source database to feature an [[SQL]] interface but sported a flat file back end rather than a true relational file set, actually called '''Mini SQL''' but not known as anything but "mSQL" in common usage. Very popular in the 90's as a web back end but gave way to [[MySQL]] and [[SQLite]] due to licensing issues and is now primarily of historical interest. The original author still supports the product commercially and provides occasional updates, but no one has bothered to port the more recent versions as better alternatives are available, one of the issues being that the author seldom or never folded changes from third party authors into the codbase so that porters constantly had to re-do their work.
The first open source database to feature an [[SQL]] interface but sported a flat file back end rather than a true relational file set, actually called '''Mini SQL''' but not known as anything but "mSQL" in common usage. Very popular in the 90's as a web back end but gave way to [[MySQL]] and [[SQLite]] due to licensing issues and is now primarily of historical interest. The original author still supports the product commercially and provides occasional updates, but no one has bothered to port the more recent versions as better alternatives are available, one of the issues being that the author seldom or never folded changes from third party authors into the codebase so that porters constantly had to re-do their work.


==Version==
==Version==
*'''Current OS/2 version''': [ftp://hobbes.nmsu.edu/pub/os2/apps/database/msql2041b4.zip 2.0.11 Build 1]
*'''Current OS/2 version''': [ftp://hobbes.nmsu.edu/pub/os2/apps/database/msql2041b4.zip 2.0.11 Build 1]
*Current Linux, Solaris & Mac OSX version: 3.11 - More operating systems were supported as ports but not by the original author directly, so ports of the most recent versions have dried up but it may be possible to compile the current codbase to other systems without much fuss.
*Current Linux, Solaris & Mac OSX version: 3.11 - More operating systems were supported as ports but not by the original author directly, so ports of the most recent versions have dried up but it may be possible to compile the current codebase to other systems without much fuss.


==Prerequisites==
==Prerequisites==
Line 22: Line 22:
*David Huges
*David Huges


 
[[Category:SQL]][[Category:Databases]][[Category:Software written in C]][[Category:Open Source Software]][[Category:Linux Tools]][[Category:Solaris Tools]][[Category:MAC OSX Tools]]
[[Category:Tools]][[Category:SQL]][[Category:Databases]][[Category:Software written in C]][[Category:Open Source Software]][[Category:Linux Tools]][[Category:Solaris Tools]][[Category:MAC OSX Tools]]

Revision as of 15:20, 20 October 2016

The first open source database to feature an SQL interface but sported a flat file back end rather than a true relational file set, actually called Mini SQL but not known as anything but "mSQL" in common usage. Very popular in the 90's as a web back end but gave way to MySQL and SQLite due to licensing issues and is now primarily of historical interest. The original author still supports the product commercially and provides occasional updates, but no one has bothered to port the more recent versions as better alternatives are available, one of the issues being that the author seldom or never folded changes from third party authors into the codebase so that porters constantly had to re-do their work.

Version

  • Current OS/2 version: 2.0.11 Build 1
  • Current Linux, Solaris & Mac OSX version: 3.11 - More operating systems were supported as ports but not by the original author directly, so ports of the most recent versions have dried up but it may be possible to compile the current codebase to other systems without much fuss.

Prerequisites

License

Links

Author

  • Huges Technologies
  • David Huges