In n8n source code, Is it possible to create new data tables in schema and access them through api, backend or frontend hooks and also other parts of user management logic (like login middlewares)? If yes, I would be so thankful to know what steps should I follow.
Yes, by extending n8n’s source code, you can create your own data tables and access them through APIs, backend logic, frontend hooks, or even through user management systems such as login middleware.
Thanks for your answer. The challenge here is since source code has a lot of modules and files, figuring out what to do in order to implement this idea is so tough.
I would be happy to know at least what modules should I alter to enable the customization inside n8n