Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add how to install
  • Loading branch information
smeghead authored May 1, 2024
1 parent fd1814a commit 01df70d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

phel-lang pdo wrapper library.

## Install

Install from composer. https://packagist.org/packages/smeghead/phel-pdo

```bash
composer require smeghead/phel-pdo
```

## Usage

This is an example of connecting to a file database, creating a table, inserting records, and searching on repl.
Expand Down

0 comments on commit 01df70d

Please sign in to comment.