-
### Which scope/s are relevant/related to the feature request?
Don't know / other
### Information
The goal is to set up a spartan project with a single CLI command.
I would say it should be as e…
-
https://docs.astro.build/en/guides/astro-db/#libsql
When I try to use Astro DB with Turso (libsql) as db, I am unable to deploy in combination with Firebase Hosting as described here:
https://docs…
javdl updated
1 month ago
-
### What happened?
I try to run the migration, but there comes the following error:
cURL error 1: Protocol "libsql" not supported (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) fo…
-
implementations by other libraries for reference:
- [postgres](https://docs.rs/postgres/latest/postgres/types/trait.ToSql.html)
- [diesel](https://docs.diesel.rs/2.0.x/diesel/serialize/trait.ToSql.h…
-
### What is the issue?
I have a function that returns `Secret[]` and when I call it from the CLI it prints all the secret material to the terminal.
```
dagger call secrets
- _type: Secret
n…
-
### Link to reproduction
https://github.com/mikecebul/test-revisions
### Environment Info
```
Binaries:
Node: 20.14.0
npm: 10.7.0
Yarn: N/A
pnpm: 9.11.0
Relevant Packages:
payload: 3.0.0-…
-
The following fails with Deno:
```
import { createClient } from "https://esm.sh/@libsql/client@0.4.0-pre.2/node";
const config = {
url: "file:local.db"
};
const db = createClient(config);
…
-
LibSQL https://github.com/tursodatabase/libsql is a fork of SQL ite
There are also various improvements and extensions to the core SQLite https://github.com/tursodatabase/libsql/blob/main/libsql-sqli…
-
**Describe the feature:**
I'd like the ability to list other environments within the manifest.toml that when activated, layers on multiple environments.
In my monorepository, I'd like to provide…
-
### What happened?
I tried testing importing from an sql dump using Laravel's squash migrations feature.
https://laravel.com/docs/11.x/migrations#squashing-migrations
I get this error:
```
S…