is there a cloudflare features roadmap? i'm curious in an auth/user management feature
is there a cloudflare features roadmap? i'm curious in an auth/user management feature


Tried using clerk/supabase and a few others all of em suckwrangler d1 migrations as part of your CI/CD workflowsuccess: boolean, response in the D1Result object?error response which I'm picking up with catch (error)success: true even if there are 0 results matched, which I would expect.success: ever be false?success: false to be returned when the query failed with a SQL error?success: boolean is redundant!Maximum SQL statement length 100,000 bytes (100 KB)
Maximum bound parameters per query 100
Maximum arguments per SQL function 32-- Migration number: 0001 2023-11-24T23:25:49.684Z
-- Up
CREATE TABLE user (
id VARCHAR(15) PRIMARY KEY,
username VARCHAR(31) NOT NULL UNIQUE
);[env.staging]
[[d1_databases]]
binding = "DB"
database_name = "user"
database_id = "97285d4c-b85d-4df9-b44f-d4411fe1cbbc"
migrations_table = "d1_migrations"
migrations_dir = "migrations"wrangler d1 migrationssuccess: boolean,D1Resultcatch (error)success: truesuccess:success: falsesuccess: boolean