SQL is a well-known language for describing queries to access data stored in databases.
SQL is a language with a syntax that employs English words to form the statements that describe the commands of the queries.
This class provides an alternative approach to define database queries. It can translate statements with a natural language syntax into SQL.
This natural language can be made of words in other idioms besides English, thus making it easier to learn for those that do not dominate the English language.
The goal is to convert native language sentences into MySQL queries.
The implementation of this class may let your programs gain more versatility, as not only users may input easier queries because of close their today native language but also due to the effective possibility for users to input any query their might want to display.
The current version 0.0.1 supports translating queries stated in Italian and French only. Developers are welcomed to help this code improvement for the class code itself, as well they can add other languages translation support.