limbo/bindings/python
Glauber Costa 145d6eede7 Implement very basic views using DBSP
This is just the bare minimum that I needed to convince myself that this
approach will work. The only views that we support are slices of the
main table: no aggregations, no joins, no projections.

drop view is implemented.
view population is implemented.
deletes, inserts and updates are implemented.

much like indexes before, a flag must be passed to enable views.
2025-08-10 23:34:04 -05:00
..
src Implement very basic views using DBSP 2025-08-10 23:34:04 -05:00
tests bindings/python: Start transaction implicitly in execute() 2025-07-09 10:59:52 +03:00
turso bindings/python: Rename package to pyturso 2025-06-27 11:27:08 +03:00
build.rs feat(python): add in-memory mode 2024-12-30 10:21:11 +01:00
Cargo.toml Rename limbo_core crate to turso_core 2025-06-29 09:59:17 +03:00
example.py bindings/python: Rename package to pyturso 2025-06-27 11:27:08 +03:00
pyproject.toml Revert "Merge 'Reachable assertions in Antithesis Python Test for better logging' from Pedro Muniz" 2025-07-08 17:51:12 +03:00
requirements-dev.txt bindings/python: Rename package to pyturso 2025-06-27 11:27:08 +03:00
requirements.txt bindings/python: Rename package to pyturso 2025-06-27 11:27:08 +03:00