Jonathan
Explore posts from serversCCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
ESLint Errors in Vite Template
Does anyone else get this type of eslint issue when using the default Vite template?
2 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
Quick Reset for Dev DB
Is there a quick reset for dev data? Or is it better to just do a local dev when needing to do that.
Essentially I am making changes fast, creating a function create initial set of data and would like to just reset it sometimes easily.
2 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
Normilization Best Practices
Does anyone have a guide to best practices for normilization of the tables in Convex, maybe assumptions you would do in RDMS/SQL but wouldn't do in Convex.
6 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
Multiple Clerk Apps with 1 Convex
Is it possible to use 1 Convex DB with multiple Clerk applications? My use case is this:
- Backend Clerk App - This is used by our customers to maintain their data
- Customer's Portals - This is used for their customers to submit data.
Is this possible?
2 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
Handling Updating Large amounts of Rows
If I need to update thousands of rows, what is the best approach for this to not get hit with mutation limits?
11 replies
CCConvex Community
•Created by Jonathan on 4/25/2025 in #support-community
AG-Grid Datasource
Has anyone built an AG-Grid Data Source for Convex? I use ag-grid and it might be worth building an opensource library for it to handle paging and such easily with convex.
3 replies
CCConvex Community
•Created by Jonathan on 4/21/2025 in #support-community
Transaction Log/Audit Log in Convex
Is there a good way to build an audit log in convex? Just thinking through how some of the foundational pieces of convex actually works with its transaction log, is there any way to access this log through the sdk?
I would like to be able to track what users change which data and would love to have that information if it is available already.
2 replies
CCConvex Community
•Created by Jonathan on 4/17/2025 in #support-community
Custom Metadata/Extending Schema
Is it possible to extend or add additional metadata/properties on the schema? We keep a few extra properties on a "schema" like object in our app now, would be nice to just merge the concept.
For example it can be something as simple as
label
for the label that is on the field. Or other things like input_type
which may be the type of input control to use.
Is it possible to do this and also read the schema in our application?3 replies
CCConvex Community
•Created by Jonathan on 4/14/2025 in #support-community
Migrating to Convex from RDMS/SQL
I would love to hear about someone's approach moving from a traditional SQL platform to Convex and any patterns or practices they took.
For me we run a very large CRM application and would love to move to something like Convex even if it was some type of lift and shift approach. But I would love to hear opinions or approaches anyone has taken.
I feel like we could start finding a way to use Convex just for reading data on a small scale but it is when we want to shift to writing is the big question.
51 replies
CCConvex Community
•Created by Jonathan on 4/14/2025 in #support-community
Pub/Sub Topic Structure
Does Convex offer any type of pub/sub topic based solution? I have looked at the workflow features and they are close but I do have cases wher eI want to fan out events to additional subscribers. I have used Reddis and Inngest in the past.
5 replies
CCConvex Community
•Created by Jonathan on 4/12/2025 in #support-community
Getting started with Convex and MonoRepo
I am looking at building a project that has the following:
- Mobile Expo App
- Multiple Next JS applications
In the past I always do this in a monorepo, is there anything special I have to do to make the apps use the same generated code? Is there any best practices?
10 replies
Where did useUtils go?
I am working through upgrading my project and I use
useUtils
here and there to do fetches from components like ag-grid which requires a data source
It looks something like this
I thought it had moved to something under getting the trpc using the useTRPC
but it doesn't seem to be there, how should I get this to work?8 replies
PPrisma
•Created by Jonathan on 1/23/2025 in #help-and-questions
Using Prisma with Azure SQL Hyperscale
Is anyone using Prisma with Azure SQL Hyperscale? I am running into an issue that when the sql azure scales up or down there is a massive slow down in the application and errors from disconnections of the connection pooling.
I am curious how others may have solved this. In .NET's EF they had automatic retry logic but is there an equavaliant in Prisma?
6 replies
PPrisma
•Created by Jonathan on 12/14/2024 in #help-and-questions
db Pull not pulling schemas
When I am doing a
prisma db pull
in a file that I have about 10 schemas defined in the schema file
It seems that it just skips several of the schemas after the first about few, is there a limit of the number of schemas that can be pulled?5 replies
Setting up Deno 2.0 with Fresh and TypeORM
I am trying to setup my first deno project ever using Fresh and TypeORM. I have setup 2 files
A data.ts
And a
user.model.ts
I am getting a few errors in the user.model.ts
, I am not sure if I am importing type orm correctly.
I am also not sure how to properly install the mssql
properly for deno, do I do that in the deno.json? If so how?
And last, I am getting an error of an uncaught promise in Reflect.getMetadata.
How do I get around this?4 replies
RRefine
•Created by sensitive-blue on 9/4/2024 in #ask-any-question
Closing modal after save, gives warning that you are leaving the page.
I have a modal like this:
When I hit save, it is giving the "Are you sure you want to leave? You have unsaved changes." alert despite actually saving.
6 replies
RRefine
•Created by firm-tan on 8/11/2024 in #ask-any-question
Enabling Sorting on Antd Table
How do you set Antd sorting on a table? We are using Antd with Supabase and refine.
13 replies
RRefine
•Created by adverse-sapphire on 8/6/2024 in #ask-any-question
Expo Router integration
Is there Expo Router integration?
4 replies