Skip to content
johnedquinn edited this page Sep 13, 2022 · 2 revisions

Overview

This project is an implementation of the PartiQL Specification. PartiQL is based on SQL-92 and has added support for working with schemaless hierarchical data. PartiQL’s extensions to SQL are easy to understand, treat nested data as first class citizens and compose seamlessly with each other and SQL.

You can find more information on our website!

Contributing

Contributing to the Project

Please see our CONTRIBUTING.md for information on how to contribute.

Bug Reports

We welcome you to use the GitHub issue tracker to report bugs or suggest features.

When filing an issue, please check existing open, or recently closed, issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:

  • A reproducible test case or series of steps
  • The version of our code being used
  • Any modifications you've made relevant to the bug
  • Anything unusual about your environment or deployment

Contributing to this Wiki

This wiki's source can be found within the main project's repository under the docs/ directory. From there, all contents of the directory are synced (via a GitHub workflow) with this wiki.

To contribute to this wiki, there are some items to remember:

  • Add all changes to partiql-lang-kotlin in the docs/ directory
  • All hyperlinks in Markdown files should be HTTP links
  • If adding/removing/renaming a page, update the _Sidebar.md file accordingly
  • The directory structure gets flattened in a GitHub Wiki

License

This project is licensed under the Apache-2.0 License. Please see our official LICENSE here.

Clone this wiki locally