Sorry not that familiar with dbs, this is a very close example to what the data i store on monogdb looks like, do you think it would translate well with turso? I feel like non-relational dbs might be best for my usecase, what do you think? I do not have any experience with any other db than mongodb. I have not used sql (but that is not a big deal as i am willing to learn if it is acceptable for my use case)
that shouldnt matter, as far as the fields go. you are right, there are no specific fields that will be added. but there are fields that can be empty for certain users
I’m using cloudflare d1 in production and having a great time. I’m a bit nervous though we will hit the storage limit… is there an eta on raising the limit ? Can we just get like 10GB instead of 2GB? that’ll hold us over
D1 has fully-featured support for local development, running the same version of D1 as Cloudflare runs globally. Local development uses Wrangler, the …
An flexible api for Cloudflare D1 and sqlite. It has an simple api of Prisma and a powerful query with Kysely. - GitHub - windwp/kysely-zod-sqlite: An flexible api for Cloudflare D1 and sqlite. It ...
Can anyone help to resolve this ? I can able to migrate and push the changes to DB by using drizzle-orm. Whereas I am getting this error while pulling data through SQL query
[mf:err] Error: D1_ERROR: no such table: users at D1Database._sendOrThrow (cloudflare-internal:d1-api:66:19) at async D1PreparedStatement.raw (cloudflare-internal:d1-api:178:32)
Yes I applied remote. After applying migrations, table was created. But querying either select or insert is not working by using await env.DB.prepare or exec
D1 question and I think that I know the answer, I would like to sort by similarity of two strings. In a traditional enviornment I think I would use editdist3 which seems like the goto in SQLite, but I don't see it support in D1... Did I miss something?