Skip to content

Commit

Permalink
V1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrews54757 committed Aug 11, 2017
1 parent f5361d4 commit 6e6fe59
Show file tree
Hide file tree
Showing 15 changed files with 1,158 additions and 1,148 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ Full documentation is here: https://threeletters.github.io/SuperSQL/
Not much - they are basically the equivalant - However, SuperSQL is slightly more advanced.

* Response class - SuperSQL has a response class to access crucial information, such as errors
* Cache - SuperSQL caches queries to re-execute them later
* Helper - SuperSQL comes with a helper class, with helper functions, while meedoo has it built right in.
* 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`
* Smaller & lightweight - SuperSQL is smaller than medoo
* Development - SuperSQL's code is well structured and it is commented - so you can understand it more
* Medoo has source mapping - SuperSQL doesnt support it yet
* SuperSQL is faster - Using xdebug, we found that superSQL is faster than medoo. (x1000,6%)

## Special thanks
* @LegitSoulja - SlickInject
Expand Down
2 changes: 1 addition & 1 deletion builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SOFTWARE.
*/


var version = "1.0.1";
var version = "1.0.2";

var today = new Date();
var dd = today.getDate();
Expand Down
Loading

0 comments on commit 6e6fe59

Please sign in to comment.