Feature Requests
Reusable Enums
Enums are very important as the limit a field value to ensure consistency in spelling. Since they are 'stateless' or static, they should be created once and used everywhere. Take an Enum of countries,... Under Consideration10Change the Primary Key from ID to another column
The capability to modify the primary key of a database table from the default 'ID' column to a different column of choice. It is currently possible to mimic this functionality by using unique indexes ...
Requested8Test/Live environment variables
It would be helpful to manage environment variables based on whether you are in test or live. This would be helpful for managing external API keys and Request URLs that will be different between ... Under Consideration8Built-in 'modified_at' timestamp field
Xano currently has a
created_attimestamp field that automatically enters the creation date for the record. It would save a lot of time if you would also create amodified_atfield that would ...Under Consideration4Request History Saved For Longer Period of Time
Suggstion made by Jon Neal, and I like it, if you do too, please upvote. ' ... I need to be able to access my request history for greater than 24 hours. My friend submitted something to test a few ... Requested1Dashboard to measure how much of our endpoint's available memory we are using
Memory is more often constraining than CPU for parallel processes with high i/o or network wait. And Xano doesn't have great observability on that front. Please allow us to see/measure how much of our... Requested0Allow Lambdas to access Database
I like the function stack but for some lengthy functions it makes sense to code it out on lambdas. It would be nice to have access to the instance's database using dot notation. It would really help. ... Requested1Triggers in development branches
A big project cannot be stable without testing. Triggers are a powerful tool, but being only limited to work on a live branch, they create chances of unstable applications since it is not possible to ...
Requested4Call xano functions from lambdas
Invert the whole thing by making the no-code stacks callable from the code context. This would allow code to apply more complex logic to orchestrate xano functionality. Requested2Primary Key auto-conversion from sequential # to UUID
The recently added feature of UUID primary keys is good news. However, there is no way to convert old sequential # keys to UUID keys. There should be a way to do it.
Reference Discussion: https://...
Requested1