Skip to content

Commit 6e6fe59

Browse files
committed
V1.0.2
1 parent f5361d4 commit 6e6fe59

15 files changed

+1158
-1148
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ Full documentation is here: https://threeletters.github.io/SuperSQL/
6262
Not much - they are basically the equivalant - However, SuperSQL is slightly more advanced.
6363

6464
* Response class - SuperSQL has a response class to access crucial information, such as errors
65-
* Cache - SuperSQL caches queries to re-execute them later
6665
* Helper - SuperSQL comes with a helper class, with helper functions, while meedoo has it built right in.
6766
* Simple API - SuperSQL comes with a simple api for simple queries to increase performance. No need to go overkill for something as simple as `SELECT * FROM table`
6867
* Smaller & lightweight - SuperSQL is smaller than medoo
6968
* Development - SuperSQL's code is well structured and it is commented - so you can understand it more
7069
* Medoo has source mapping - SuperSQL doesnt support it yet
70+
* SuperSQL is faster - Using xdebug, we found that superSQL is faster than medoo. (x1000,6%)
7171

7272
## Special thanks
7373
* @LegitSoulja - SlickInject

builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SOFTWARE.
2323
*/
2424

2525

26-
var version = "1.0.1";
26+
var version = "1.0.2";
2727

2828
var today = new Date();
2929
var dd = today.getDate();

0 commit comments

Comments
 (0)