Replies: 4 comments 1 reply
-
This is a bit complex question so I encourage you to first learn the basics of Orchard development. For this, check out the docs and the Training Demo module. |
Beta Was this translation helpful? Give feedback.
-
Actually i need a audit trail feature and i am unable to find it in a project repository if there any repository with feature kindly share. |
Beta Was this translation helpful? Give feedback.
-
Does it need to be a custom sql table? Or do you want to store custom data in de documents table? Check out the documentation of YesSql by Sebastian Ros: https://github.com/sebastienros/yessql/wiki/Tutorial#persisting-document OrchardCore uses YesSql to store data. I used this to store/retrieve order data. |
Beta Was this translation helpful? Give feedback.
-
Hello, I had this necessity as well. The Document table was not good enough for the query freedom I wanted. Creating a table:
IStore extension to check if table exists
Query the table:
Hope it helps! |
Beta Was this translation helpful? Give feedback.
-
Can anyone tell me how to create custom module that can interact with custom table in which i can create, update and retrieve records from database.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions