Skip to content

Commit

Permalink
docs: Add project update (#3093)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
max-sixty and pre-commit-ci[bot] authored Jul 26, 2023
1 parent 4d6b8b8 commit b71630b
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,30 @@ For more on the language, more examples & comparisons with SQL, visit
[prql-lang.org][prql website]. To experiment with PRQL in the browser, check out
[PRQL Playground][prql playground].

## Current Status - April 2023
## Current Status - August 2023

PRQL is being actively developed by a growing community. It's ready to use by
the intrepid, either with our supported integrations, or within your own tools,
using one of our supported language bindings.

PRQL still has some minor bugs and some missing features, and probably is only
PRQL still has some minor bugs and some missing features, and is probably only
ready to be rolled out to non-technical teams for fairly simple queries.

We recently release [0.9.0](https://github.com/PRQL/prql/releases/tag/0.9.0),
our biggest release ever.

Here's our current [Roadmap](https://prql-lang.org/roadmap/) and our
[Milestones.](https://github.com/PRQL/prql/milestones)
[Milestones](https://github.com/PRQL/prql/milestones).

Our immediate focus for the code is on:

- Building out the next few big features, including
[types](https://github.com/PRQL/prql/pull/1964) and
[modules](https://github.com/PRQL/prql/pull/2129).
- Ensuring our supported features feel extremely robust; resolving any
[priority bugs](https://github.com/PRQL/prql/issues?q=is%3Aissue+is%3Aopen+label%3Abug+label%3Apriority).
- Filling remaining feature gaps, so that PRQL is possible to use for almost all
standard SQL queries; for example
[date to string functions](https://github.com/PRQL/prql/issues/366).
- Expanding our set of supported features — we've recently added experimental
support for modules / multi-file projects, and for auto-formatting.

We're also spending time thinking about:

Expand All @@ -89,6 +94,8 @@ We're also spending time thinking about:
extension & Jupyter integration. If there are tools you're familiar with that
you think would be open to integrating with PRQL, please let us know in an
issue.
- Whether all our initial decisions were correct — for example
[how we handle window functions outside of a `window` transform](https://github.com/PRQL/prql/issues/2723).
- Making it easier to contribute to the compiler. We have a wide group of
contributors to the project, but contributions to the compiler itself are
quite concentrated. We're keen to expand this;
Expand Down

0 comments on commit b71630b

Please sign in to comment.