Pekka Enberg
ca990e8fd1
Revert "Merge 'Rust binding improvements' from Pedro Muniz"
...
This reverts commit bd60cd214c , reversing
changes made to 74e48a3a8f because it
makes limbo_stress hang.
2025-07-03 12:28:10 +03:00
Pekka Enberg
df257d3048
Merge 'Turso, not Limbo, in pyproject.toml' from Simon Willison
...
https://pypi.org/project/pyturso/0.1.1/ is still showing the old name:

Closes #1912
2025-07-02 19:33:05 +03:00
Pekka Enberg
9a27583dd7
Merge 'bindings/javascript: Formatting and typos' from Mikaël Francoeur
...
This is a follow-up PR to
https://github.com/tursodatabase/turso/pull/1907#discussion_r2175959782 .
I had my formatter set to `prettier` instead of `tsserver`, which seems
to be what the team is using.
So I:
* removed the `prettier-ignore` comments that I added in the other PR;
* formatted js files using `tsserver`;
* formatted md files using `prettier` (it just makes the tables nicer);
* fixed some typos;
* added some formatting info to `CONTRIBUTING.md`.
-----
as part of https://github.com/tursodatabase/turso/issues/1900
Closes #1914
2025-07-02 19:32:30 +03:00
Pekka Enberg
cbf234da6c
Merge 'add a README for the rust bindings' from Glauber Costa
...
Closes #1931
2025-07-02 18:35:39 +03:00
Glauber Costa
bff5a440dc
add a README for the rust bindings
2025-07-02 10:18:23 -05:00
Glauber Costa
cdb1edec4e
add a basic readme for the typescript binding
2025-07-02 10:03:53 -05:00
Mikaël Francoeur
165e7eda5f
add formatting instructions for js
2025-07-01 11:11:36 -04:00
Mikaël Francoeur
98830516cd
fix typos and format md tables with prettier
2025-07-01 11:11:36 -04:00
Mikaël Francoeur
56a679d329
format js files using tsserver
2025-07-01 11:05:26 -04:00
Simon Willison
a46818fda0
Turso, not Limbo, in pyproject.toml
2025-07-01 07:29:06 -07:00
PThorpe92
bbee10ba2c
Add mvcc and index config to connection open api
2025-06-30 22:04:56 -04:00
PThorpe92
c2670dbd67
Use connection::from_uri method in Python bindings
2025-06-30 22:03:51 -04:00
PThorpe92
51ef3774ab
Use connection::from_uri method in Go bindings
2025-06-30 22:03:51 -04:00
Pekka Enberg
bd60cd214c
Merge 'Rust binding improvements' from Pedro Muniz
...
This PR aims to add some more comments and documentation to the Rust
binding. It also fixes an issue where you could not reuse the statement
after it ran to completion or errored. Now the statement resets in those
cases. Also implemented `Stream` for the Rows struct allowing users to
leverage the built-in iterator like methods for better ergonomics.
Closes #1905
2025-07-01 00:08:18 +03:00
Pekka Enberg
74e48a3a8f
Merge 'bind/js: add tests for expand' from Mikaël Francoeur
...
This PR adds tests for the
[`expand()`](https://github.com/WiseLibs/better-
sqlite3/blob/master/docs/api.md#expandtogglestate---this) method of the
better-sqlite3 API.
It can't be implemented in limbo right now, because the table names
aren't surfaced in the `Statement` object (in core).
Closes #1907
2025-07-01 00:07:13 +03:00
Pekka Enberg
f75034c8e0
Turso 0.1.1
2025-06-30 23:58:04 +03:00
Mikaël Francoeur
5627cee24a
minus formatting
2025-06-30 15:48:29 -04:00
Pekka Enberg
fb7714a17a
Turso 0.1.1-pre.2
2025-06-30 22:19:35 +03:00
Pekka Enberg
75b8362688
bindings/javascript: Don't do Github release
...
We do the release ourselves, don't ask napi-rs to do it.
Fixes the following error:
```
RequestError [HttpError]: Resource not accessible by integration - https://docs.github.com/rest/releases/releases#create-a-release
```
2025-06-30 22:15:13 +03:00
Pekka Enberg
c92748fc20
Turso 0.1.1-pre.1
2025-06-30 21:52:00 +03:00
Pekka Enberg
df193cd59d
bindings/javascript: Add prepublish step
...
...hopefully sorts the missing native package problem.
2025-06-30 21:51:38 +03:00
pedrocarlo
b1ee556892
fix doc test
2025-06-30 15:34:10 -03:00
pedrocarlo
78107935b5
clippy
2025-06-30 15:29:09 -03:00
pedrocarlo
cd280007ff
more docs
2025-06-30 15:08:48 -03:00
pedrocarlo
318c2389fd
extra example using Streams mapping
2025-06-30 15:05:54 -03:00
pedrocarlo
becc0e3a93
reset statements when we are done with the query or we encounter an error
2025-06-30 15:05:27 -03:00
Pekka Enberg
f7f62babe5
Turso 0.1.0
2025-06-30 20:15:28 +03:00
pedrocarlo
a4c6138e33
docs fix
2025-06-30 13:38:40 -03:00
pedrocarlo
e08748e07e
make futures-util default feature + use futures in example.rs
2025-06-30 13:16:42 -03:00
pedrocarlo
a1fe46779d
move rows to separate file
2025-06-30 12:38:41 -03:00
pedrocarlo
3a17e58707
separate statement to separate file
2025-06-30 12:38:41 -03:00
pedrocarlo
279a7fca3b
add futures-util feature flag + impl Stream for Rows
2025-06-30 12:38:41 -03:00
Pekka Enberg
6672334eaa
Turso 0.1.0-pre.5
2025-06-30 17:44:21 +03:00
Pekka Enberg
a84a755cf7
bindings/rust: Add feature flag to enable indexes
2025-06-30 12:36:20 +03:00
Pekka Enberg
4bdd42ef84
Turso 0.1.0-pre.4
2025-06-30 11:38:56 +03:00
Pekka Enberg
cc14f83feb
bindings/javascript: Regenerate yarn.lock
2025-06-30 11:25:24 +03:00
Pekka Enberg
9c1b7897ac
Fix URLs to point to github.com/tursodatabase/turso
2025-06-30 11:23:53 +03:00
Pekka Enberg
e514a02478
Turso 0.1.0-pre.3
2025-06-30 10:59:55 +03:00
Pekka Enberg
592ad81c86
Rename limbo crate to turso
2025-06-29 13:07:57 +03:00
Pekka Enberg
645c0bd796
core: Add Antithesis-aware turso_assert
...
This adds a `turso_assert` macro that is Antithesis aware when
`antithesis` feature flag is enabled. I did not yet convert any
call-sites to use it.
Co-authored-by: Nikita Sivukhin <sivukhin@turso.tech >
2025-06-29 11:46:18 +03:00
Pekka Enberg
53ba3ff926
Rename limbo_core crate to turso_core
2025-06-29 09:59:17 +03:00
Andika Tanuwijaya
8a17158034
[rust_binding] named params
2025-06-29 02:28:06 +07:00
Pekka Enberg
d938ac47c3
Turso 0.1.0-pre.2
2025-06-27 16:02:09 +03:00
Pekka Enberg
09795ca512
Turso 0.1.0-pre.1
2025-06-27 12:56:22 +03:00
Pekka Enberg
568da9bff7
bindings/javascript: Rename package to @tursodatabase/turso
2025-06-27 12:14:16 +03:00
Pekka Enberg
a5b539f1bf
bindings/python: Rename package to pyturso
2025-06-27 11:27:08 +03:00
pedrocarlo
1dc28e32f0
fix io_uring completion + clippy
2025-06-26 22:17:28 -03:00
pedrocarlo
bac5e4b563
refactor File and Database Storage to remove Arc<Connection> and return Arc<Connection> for caller to wait for completion
2025-06-26 22:17:28 -03:00
pedrocarlo
64d9193e7b
refactor Completion to have a type field and lift common is_complete property
2025-06-26 22:17:27 -03:00
Pekka Enberg
dc2e7ce942
bindings/javascript: Fix StepResult:IO handling
2025-06-26 20:42:35 +03:00