From 16540724aa9ad5c982a38e05bf7dbc691cc5e36e Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Mon, 8 Sep 2025 20:18:07 +0300 Subject: [PATCH] Beta --- README.md | 4 ++-- bindings/javascript/README.md | 4 ++-- bindings/javascript/packages/common/README.md | 2 +- bindings/javascript/packages/native/README.md | 2 +- bindings/javascript/packages/wasm-common/README.md | 2 +- bindings/javascript/packages/wasm/README.md | 2 +- bindings/javascript/sync/README.md | 4 ++-- bindings/javascript/sync/packages/common/README.md | 2 +- bindings/javascript/sync/packages/native/README.md | 2 +- bindings/javascript/sync/packages/wasm/README.md | 2 +- cli/app.rs | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1caaebf60..2ae2ad888 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Turso Database is an in-process SQL database written in Rust, compatible with SQLite. -> **⚠️ Warning:** This software is ALPHA, only use for development, testing, and experimentation. We are working to make it production ready, but do not use it for critical data right now. -> +> **⚠️ Warning:** This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups. + ## Features and Roadmap * **SQLite compatibility** for SQL dialect, file formats, and the C API [see [document](COMPAT.md) for details] diff --git a/bindings/javascript/README.md b/bindings/javascript/README.md index da9c041aa..b45776d17 100644 --- a/bindings/javascript/README.md +++ b/bindings/javascript/README.md @@ -16,7 +16,7 @@ This package is the Turso in-memory database library for JavaScript. -> **⚠️ Warning:** This software is ALPHA, only use for development, testing, and experimentation. We are working to make it production ready, but do not use it for critical data right now. +> **⚠️ Warning:** This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups. ## Features @@ -126,4 +126,4 @@ This project is licensed under the [MIT license](../../LICENSE.md). - [GitHub Issues](https://github.com/tursodatabase/turso/issues) - [Documentation](https://docs.turso.tech) -- [Discord Community](https://tur.so/discord) \ No newline at end of file +- [Discord Community](https://tur.so/discord) diff --git a/bindings/javascript/packages/common/README.md b/bindings/javascript/packages/common/README.md index 056c8a923..651aea1cc 100644 --- a/bindings/javascript/packages/common/README.md +++ b/bindings/javascript/packages/common/README.md @@ -4,5 +4,5 @@ This package is the Turso embedded database common JS library which is shared be Do not use this package directly - instead you must use `@tursodatabase/database` or `@tursodatabase/database-wasm`. -> **⚠️ Warning:** This software is ALPHA, only use for development, testing, and experimentation. We are working to make it production ready, but do not use it for critical data right now. +> **⚠️ Warning:** This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups. diff --git a/bindings/javascript/packages/native/README.md b/bindings/javascript/packages/native/README.md index 48e49da2e..64ea9bfe3 100644 --- a/bindings/javascript/packages/native/README.md +++ b/bindings/javascript/packages/native/README.md @@ -16,7 +16,7 @@ This package is the Turso embedded database library for JavaScript in Node. -> **⚠️ Warning:** This software is ALPHA, only use for development, testing, and experimentation. We are working to make it production ready, but do not use it for critical data right now. +> **⚠️ Warning:** This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups. ## Features diff --git a/bindings/javascript/packages/wasm-common/README.md b/bindings/javascript/packages/wasm-common/README.md index 056c8a923..651aea1cc 100644 --- a/bindings/javascript/packages/wasm-common/README.md +++ b/bindings/javascript/packages/wasm-common/README.md @@ -4,5 +4,5 @@ This package is the Turso embedded database common JS library which is shared be Do not use this package directly - instead you must use `@tursodatabase/database` or `@tursodatabase/database-wasm`. -> **⚠️ Warning:** This software is ALPHA, only use for development, testing, and experimentation. We are working to make it production ready, but do not use it for critical data right now. +> **⚠️ Warning:** This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups. diff --git a/bindings/javascript/packages/wasm/README.md b/bindings/javascript/packages/wasm/README.md index 0d6fa7953..796ec95b7 100644 --- a/bindings/javascript/packages/wasm/README.md +++ b/bindings/javascript/packages/wasm/README.md @@ -16,7 +16,7 @@ This package is the Turso embedded database library for JavaScript in Browser. -> **⚠️ Warning:** This software is ALPHA, only use for development, testing, and experimentation. We are working to make it production ready, but do not use it for critical data right now. +> **⚠️ Warning:** This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups. ## Features diff --git a/bindings/javascript/sync/README.md b/bindings/javascript/sync/README.md index 88bb0c4a0..21f48aa70 100644 --- a/bindings/javascript/sync/README.md +++ b/bindings/javascript/sync/README.md @@ -16,7 +16,7 @@ This package is for syncing local Turso databases to the Turso Cloud and back. -> **⚠️ Warning:** This software is ALPHA, only use for development, testing, and experimentation. We are working to make it production ready, but do not use it for critical data right now. +> **⚠️ Warning:** This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups. ## Installation @@ -57,4 +57,4 @@ This project is licensed under the [MIT license](../../LICENSE.md). - [GitHub Issues](https://github.com/tursodatabase/turso/issues) - [Documentation](https://docs.turso.tech) -- [Discord Community](https://tur.so/discord) \ No newline at end of file +- [Discord Community](https://tur.so/discord) diff --git a/bindings/javascript/sync/packages/common/README.md b/bindings/javascript/sync/packages/common/README.md index 809641d1a..9a1cb912d 100644 --- a/bindings/javascript/sync/packages/common/README.md +++ b/bindings/javascript/sync/packages/common/README.md @@ -4,5 +4,5 @@ This package is the Turso Sync common JS library which is shared between final b Do not use this package directly - instead you must use `@tursodatabase/sync` or `@tursodatabase/sync-wasm`. -> **⚠️ Warning:** This software is ALPHA, only use for development, testing, and experimentation. We are working to make it production ready, but do not use it for critical data right now. +> **⚠️ Warning:** This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups. diff --git a/bindings/javascript/sync/packages/native/README.md b/bindings/javascript/sync/packages/native/README.md index 48e49da2e..64ea9bfe3 100644 --- a/bindings/javascript/sync/packages/native/README.md +++ b/bindings/javascript/sync/packages/native/README.md @@ -16,7 +16,7 @@ This package is the Turso embedded database library for JavaScript in Node. -> **⚠️ Warning:** This software is ALPHA, only use for development, testing, and experimentation. We are working to make it production ready, but do not use it for critical data right now. +> **⚠️ Warning:** This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups. ## Features diff --git a/bindings/javascript/sync/packages/wasm/README.md b/bindings/javascript/sync/packages/wasm/README.md index 0d6fa7953..796ec95b7 100644 --- a/bindings/javascript/sync/packages/wasm/README.md +++ b/bindings/javascript/sync/packages/wasm/README.md @@ -16,7 +16,7 @@ This package is the Turso embedded database library for JavaScript in Browser. -> **⚠️ Warning:** This software is ALPHA, only use for development, testing, and experimentation. We are working to make it production ready, but do not use it for critical data right now. +> **⚠️ Warning:** This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups. ## Features diff --git a/cli/app.rs b/cli/app.rs index 64729e035..1c2e88dbd 100644 --- a/cli/app.rs +++ b/cli/app.rs @@ -267,7 +267,7 @@ impl Limbo { } self.writeln( - "This software is ALPHA, only use for development, testing, and experimentation.", + "This software is in BETA, use caution with production data and ensure you have backups." )?; self.display_in_memory()?; }