Skip to content
Merged

README #2989

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Opteryx
### Query your data, where it lives.

> ⚠️ **Repository status:** This repository is currently in a **bug‑fix only** state while the internals of the engine undergo a major rewrite in the separate [`opteryx-core`](https://github.com/mabel-dev/opteryx-core) repository. New features and breaking changes live there; this repo will remain stable to avoid surprises.


_A unified SQL interface to unlock insights across your diverse data sources, from blobs stores to databases - **effortless cross-platform data analytics**._

![Opteryx](https://raw.githubusercontent.com/mabel-dev/opteryx.dev/main/assets/terminal.gif) We're excited to have you join our journey. Let us know how we can help!
Expand Down
2 changes: 1 addition & 1 deletion opteryx/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# THIS FILE IS AUTOMATICALLY UPDATED DURING THE BUILD PROCESS
# DO NOT EDIT THIS FILE DIRECTLY

__build__ = 1985
__build__ = 1986
__author__ = "@joocer"
__version__ = "0.26.8"

Expand Down
Loading