You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***A class to make it very easy to deal with database connections.***
12
+
*An universal interchangeable **CRUD** system.*
12
13
13
14
This is [__Version 5__](https://github.com/ezSQL/ezsql/tree/v5) which will break users of **version 4**.
14
15
@@ -34,6 +35,9 @@ Mainly by:
34
35
- The table *name* with *prefix*, can be preset/stored with methods `tableSetup(name, prefix), or setTable(name), setPrefix(append)`, if called without presetting, `false` is returned.
35
36
- This **feature** will be added to **all** database *CRUD* access methods , each method name will have an `ing` ending added.
36
37
- Removed global functions where `table` name passed in, use functions using preset table names ending with `ing`.
38
+
- renamed cleanInput to clean_string
39
+
- renamed createCertificate to create_certificate
40
+
- added global get_results to return result sets in different formats
37
41
38
42
[__Version 4__](https://github.com/ezSQL/ezsql/tree/v4) has many modern programming practices in which will break users of version 3.
0 commit comments