The Backendless European Union Hosting Cluster is a server cluster located in Europe. This new cluster provides Backendless Cloud developers outside of the United States a faster serverless app hosting alternative.
UI Bakery is a no-code web app builder that enables users to “build cutting-edge solutions following a front-end first approach”. When you integrate a feature-rich Backendless backend with your UI Bakery frontend, you get a real-time database, user management, bulletproof security, highly-scalable serverless hosting, and much more.
AppGyver describes itself as a “professional no-code platform, enabling you to build apps for all form factors, including mobile, desktop, browser, TV and others”. When you integrate a feature-rich Backendless backend with your AppGyver app, you get a real-time database, user management, bulletproof security, highly-scalable serverless hosting, and much more.
Backendless Database now supports the JSON data type, a significant innovation that allows us to support both structured and unstructured data.
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.
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.
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…
As soon as you have data in persistent storage, the question of searching would be one of the first to come up. Indeed, how can you query the backend for data? We considered multiple options and elected to use the most popular one – SQL.