LiteSQL
|
If you prefer to access database using raw queries, use plain Database-class and query-method.
escapeSQL-function can be used to escape illegal characters such as '. NULL is a special word and it has to be escaped by the user. 'NULL' maps to NULL and ''NULL'' to 'NULL' etc.
Use Database::groupInsert - if you want to create rows with new integer as the first field.
A query example: