-
Notifications
You must be signed in to change notification settings - Fork 62
Home
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!
Please see our CONTRIBUTING.md for information on how to contribute.
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
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 thedocs/
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
This project is licensed under the Apache-2.0 License. Please see our official LICENSE here.
- General
- Tutorials
- Documentation
- Clauses
- Testing
- Serde
- Upgrade Guides
- Design & Development Documents