Skip to content

Commit

Permalink
Updated Readme for drivers folder (#642)
Browse files Browse the repository at this point in the history
* Updated Readme for drivers folder and added important links related to
Apache-AGE project which were included in other readme files.

* Updated NodeJS driver readme and added important links of Apache-AGE
project as included in other readme files.
  • Loading branch information
fatimafatimaprogrammer authored Feb 16, 2023
1 parent 63d5b10 commit e87a844
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/README
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@
# under the License.

This folder contains drivers for specific languages

### For more information about [Apache AGE](https://age.apache.org/)
* Apache Age : https://age.apache.org/
* Github : https://github.com/apache/age
* Document : https://age.apache.org/age-manual/master/index.html
4 changes: 4 additions & 0 deletions drivers/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ const results: QueryResultRow = await client?.query<QueryResultRow>(`
$$) as (a agtype);
`)!
```
### For more information about [Apache AGE](https://age.apache.org/)
* Apache Age : https://age.apache.org/
* Github : https://github.com/apache/age
* Document : https://age.apache.org/age-manual/master/index.html

0 comments on commit e87a844

Please sign in to comment.