Skip to content

Commit

Permalink
Change details in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Oct 19, 2024
1 parent 421616a commit 32796c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ $creds['username'] = 'root';
$driver = new DatabaseDriver('mysql', $creds);
```

> [!NOTE]
> `DatabaseDriver` is only available to `MysqlDriver` and `SqliteDriver` only.
After specifying the driver, use the `columns` method to return a list of columns:

``` php
Expand Down

0 comments on commit 32796c2

Please sign in to comment.