This commit is contained in:
Pekka Enberg
2025-09-08 20:18:07 +03:00
parent 0157ffec7f
commit 16540724aa
11 changed files with 14 additions and 14 deletions

View File

@@ -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]

View File

@@ -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)
- [Discord Community](https://tur.so/discord)

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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)
- [Discord Community](https://tur.so/discord)

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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()?;
}