Modify or alter database

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.

Information on your n8n setup

  • n8n version: 1.95.0
  • Database: postgreSQL
  • n8n EXECUTIONS_PROCESS setting: default
  • Running n8n via: Docker
  • Operating system: Ubuntu 22.04

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

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.