Skip to content

Commit 5164275

Browse files
authored
Outdated readme
1 parent e1bd9a5 commit 5164275

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ You may either
2525

2626
1. Use the built file (/dist/SuperSQL.php)
2727
2. Use the library (include index.php)
28+
3. Use composer (`composer require threeletters/supersql`) - Note, helper not available yet
2829

2930
```php
3031
new 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

0 commit comments

Comments
 (0)