Releases: ashishmd/getSQL
Releases · ashishmd/getSQL
Beta: First cut of generating queries. (#5)
* First cut of generating queries. Handled cases: 1. collecting all select data and processing 2. Collecting all where conditions and applying “AND” between all conditions. 3. All joins are currently INNER Join