Skip to content

Latest commit

 

History

History

wogsland+PHP7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

wogsland + PHP7

This is an implementation of the SQL queries in PHP.

Installation

composer? not yet...

Usage

cd wogsland+PHP7
test.php [dir] "[SQL]"

Todo

  • support simple WHERE clause
  • support AND in WHERE clause
  • support OR in WHERE clause
  • support parens in WHERE clause
  • support ORDER BY
  • support GROUP BY
  • support HAVING clause
  • support COUNT function
  • support SUM function
  • support CASE
  • support IF function
  • print fixed width table
  • make query case insensitive
  • etc