Q: Can NoCodeBackend connect to an existing MariaDB database to generate APIs without needing data migration?
I already have a pre-existing MariaDB database with a defined schema and data. I want to know if NoCodeBackend can directly connect to this database to generate REST APIs and documentation without requiring me to migrate the data or recreate the database structure within the NoCodeBackend environment. Additionally, does it support executing queries directly on the connected database for real-time data retrieval and updates?

jass_
Jan 24, 2025A: Hi,
1. Database needs to be created within NoCodeBackend itself.
2. Yes, you can run SQL queries directly within the NoCodeBackend to create complex schemas, to fetch data or to alter/modify existing tables or columns.
Thanks