Skip to content

Commit

Permalink
Merge pull request #558 from supabase/avallete/fix-select-query-parser
Browse files Browse the repository at this point in the history
feat: select-query-parser-v2
  • Loading branch information
soedirgo authored Oct 18, 2024
2 parents a0e6e63 + c6c2795 commit 5a87c05
Show file tree
Hide file tree
Showing 41 changed files with 23,344 additions and 2,482 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Isomorphic JavaScript client for [PostgREST](https://postgrest.org). The goal of this library is to make an "ORM-like" restful interface.

Full documentation can be found [here](https://supabase.github.io/postgrest-js/).
Full documentation can be found [here](https://supabase.github.io/postgrest-js/v2).

### Quick start

Expand Down
4 changes: 2 additions & 2 deletions docs/v1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1><code>postgrest-js</code></h1>
<a href="https://www.npmjs.com/package/@supabase/postgrest-js"><img src="https://img.shields.io/npm/v/@supabase/postgrest-js" alt="Package"></a>
<a href="#license"><img src="https://img.shields.io/npm/l/@supabase/postgrest-js" alt="License: MIT"></a></p>
<p>Isomorphic JavaScript client for <a href="https://postgrest.org">PostgREST</a>. The goal of this library is to make an &quot;ORM-like&quot; restful interface.</p>
<p>Full documentation can be found <a href="https://supabase.github.io/postgrest-js/">here</a>.</p>
<p>Full documentation can be found <a href="https://supabase.github.io/postgrest-js/v1">here</a>.</p>
<a href="#quick-start" id="quick-start" style="color: inherit; text-decoration: none;">
<h3>Quick start</h3>
</a>
Expand Down Expand Up @@ -164,4 +164,4 @@ <h2>Legend</h2>
<div class="overlay"></div>
<script src="assets/js/main.js"></script>
</body>
</html>
</html>
Loading

0 comments on commit 5a87c05

Please sign in to comment.