Q: Thanks for your appsumo deal.
I would like to understand better how data and databases are set up and used within code2. What database technology is code2 using under the hood? Is it possible to access this database directly? How does code2 work with backend solutions such as Supabase or Xano? Does code2 e.g. provide options in using their authentication mechanisms (user authentication, signup) or is there custom code needed to get this to work?
aysu_ozer
May 15, 2024A: Hi emcat,
In our existing version, you can use our Internal Database with PostgreSQL. You can't directly reach the Database, but you can create data models and reach all data directly from our interface if you want.
We don't have any native integration with Supabase or Xano, but by using our Rest API editor, you can connect your Code2 app with any 3rd party tool.