Closed limcheekin closed 1 year ago
There was an issue with handling table names starting with an uppercase character. This issue should be resolved in recent version 1.1.0.
Hope, it will work now @limcheekin 🙏
Thanks for quick turnaround!
It works now. :)
By the way, what is the standard naming convention for table name in SurrealDB? I'm using ClassName
for table name and propertyName
for field name at the moment.
I don't know if there is a strict naming convention. But from what I see in the documentation, it is mostly lowercased/camelCased. Might be a question for the surreal discord channel 🤷♂️
Hi there,
I run the
npx surql-gen
and see the following prompts display in my console:However, when I look into the
client_generated
directory, I only seePropType.ts
file.I started the surrealdb using docker with the following command:
Attached here is myschema.surql (Please change the file extension of the attached file as GitHub issues doesn't support
surql
file).Kindly let's me know if you need more information.
Thanks in advance. Appreciate your support.