ving
ving copied to clipboard
An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
userPk will also be userId - schema validator must not allow userId to exist if there is a userPk - describe output may have to list userId - qualifiers need...
don't allow the relation name to conflict with a prop name
Build a tags system as an example. Tag s3 files to note what kind of record imported it.
If you join 2 tables that have a parent relationship the parent should get loaded and cached for efficiency
For doing work in branches, we need to be able to change and then revert the database back to the prod state.
https://v4.primevue.org
https://planetscale.com/blog/indexing-json-in-mysql Can drizzle handle them? if so can we build a nice extension to vingrecord to store hierarchical props and build that right into the vingschema
MySQL 8 sorts such that if you sort on a bunch of records with the same value you're sorting, it will keep track of the order of the items in...
This could be a good way to handle things like the image uploads that are pending processing, or ving jobs. POST /api/v1/whatever return: 202 Accepted Location: /api/v1/whatever/status/99 --- GET /api/v1/whatever/status/99...
/api/v1/users vs /api/v1/user same for pages /users vs /user