File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ You may either
2525
26261 . Use the built file (/dist/SuperSQL.php)
27272 . Use the library (include index.php)
28+ 3 . Use composer (` composer require threeletters/supersql ` ) - Note, helper not available yet
2829
2930``` php
3031new SuperSQL($dsn,$user,$pass);
@@ -59,7 +60,7 @@ To build this library, do
5960
6061> node builder.js
6162
62- It will build to /dist/SuperSQL.php
63+ It will build to ` /dist/SuperSQL* .php `
6364
6465## Documentation
6566
@@ -77,7 +78,7 @@ Not much - they are basically the equivalant - However, SuperSQL is slightly mor
7778* Helper - SuperSQL comes with a helper class, with helper functions, while meedoo has it built right in.
7879* Smaller & lightweight - SuperSQL is smaller than medoo
7980* Development - SuperSQL's code is well structured and it is commented - so you can understand it more
80- * SuperSQL is faster - Using xdebug, we found that superSQL is faster than medoo. (x1000,6 %)
81+ * SuperSQL is faster - Using xdebug, we found that superSQL's parser is faster than medoo's . (x1000,100 %)
8182
8283## Special thanks
8384* @LegitSoulja - SlickInject
You can’t perform that action at this time.
0 commit comments