You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-7Lines changed: 29 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
`abstra-json-sql` is a Python library that allows you to **run SQL queries on JSON data**. It is designed to be simple and easy to use, while providing powerful features for querying and manipulating JSON data.
4
4
5
+
## Installation
6
+
7
+
You can install `abstra-json-sql` using pip:
8
+
9
+
```sh
10
+
pip install abstra-json-sql
11
+
```
12
+
5
13
## Usage
6
14
7
15
Assuming you have a directory structure like this:
@@ -21,10 +29,24 @@ abstra-json-sql "select * from users"
21
29
22
30
This will return all the users in the `users.json` file.
0 commit comments