Skip to content

Commit

Permalink
Fixing SQLite typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeulemans committed Jan 28, 2019
1 parent 9caae13 commit a11aff0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ A: We currently support a single graph database, OrientDB version 2.2.28+, and t
faster than `gremlin`, and has other desirable properties. See the
[Execution model](#execution-model) section for more details.

Several relational databases including PostgreSQL, MySQL, Sqlite,
and Sql Server are also supported in a limited fashion, see the [SQL Support](#sql-support)
Several relational databases including PostgreSQL, MySQL, SSQLite,
and Sql Server are also supported in a more limited fashion, see the [SQL Support](#sql-support)
section for more details.

**Q: Do you plan to support other databases / more GraphQL features in the future?**
Expand Down Expand Up @@ -1151,7 +1151,7 @@ supported for various relational database flavor:
| Sql Server | Root-only queries (no edges), [@output](#output), [@filter](#filter) | [\__typename](#__typename) output metafield, [intersects](#intersects) filter, [has_edge_degree](#has_edge_degree) filter and [name_or_alias](#name_or_alias) filter unsupported|
| MySQL | Root-only queries (no edges), [@output](#output), [@filter](#filter) | [\__typename](#__typename) output metafield, [intersects](#intersects) filter, [has_edge_degree](#has_edge_degree) filter and [name_or_alias](#name_or_alias) filter unsupported|
| MariaDB | Root-only queries (no edges), [@output](#output), [@filter](#filter) | [\__typename](#__typename) output metafield, [intersects](#intersects) filter, [has_edge_degree](#has_edge_degree) filter and [name_or_alias](#name_or_alias) filter unsupported|
| Sqlite | Root-only queries (no edges), [@output](#output), [@filter](#filter) | [\__typename](#__typename) output metafield, [intersects](#intersects) filter, [has_edge_degree](#has_edge_degree) filter and [name_or_alias](#name_or_alias) filter unsupported|
| SQLite | Root-only queries (no edges), [@output](#output), [@filter](#filter) | [\__typename](#__typename) output metafield, [intersects](#intersects) filter, [has_edge_degree](#has_edge_degree) filter and [name_or_alias](#name_or_alias) filter unsupported|


## Miscellaneous
Expand Down

0 comments on commit a11aff0

Please sign in to comment.