Backendless Database now supports the JSON data type, a significant innovation that allows us to support both structured and unstructured data.
We are excited to announce the release of our first-ever Masterclass for Backendless’ UI Builder. With this free course, you will learn how to take your no-code app to the next level!
We see more and more complex apps being developed with Backendless. Once an app is released into production, making changes to a live backend becomes very risky and could destabilize the app. App-to-app deployment from Backendless is here to help.
With the Transactions API, Backendless Database can execute multiple database requests grouped into a single transaction. When any one of these grouped database operations fails, the entire transaction is rolled back – meaning any other changes within the same transaction are canceled.
In this edition of the Backendless Spotlight, we visit with the creator of a unique new messaging app startup with a humorous slant. PuppetChat takes the concept of filters seen in many social apps and turns it on its head, allowing users to put their voice to a real physical puppet.
Backendless version 5.7.3 released this week including several new features. In this article, we will look at how to use the new database functions to retrieve data derived from the information stored in your database.
Backendless release 5.7.3 includes a number of powerful new features. In this article, we will take a look at a new feature for retrieving data from your Backendless Database.
Backendless version 5.7.3 introduces generated columns, a new feature of the Backendless Database. Using this feature, you can declare a new type of column for which the database calculates the values based on a specified expression.
One of the new features we added in Backendless is called “Generated columns”. If you are familiar with Excel and have ever used Excel cell functions, you will understand Backendless Generated columns in no time. In short, it is a special column you can declare in a data table that has a “formula”, or our…