Blog
Introducing Backendless Pro Community Edition: Free Single-Server Deployment
We’re excited to announce that Backendless is now even more accessible with the launch of the Community Edition: a free version of the Backendless platform for deployment on a single physical server. This change makes Backendless more accessible than ever, allowing established users who want to lower their overall cost of ownership to deploy quickly...

Import Airtable Data Into Backendless

Airtable is a user-friendly database solution for no-code developers with early-stage apps. When those apps outgrow Airtable, however, Backendless is a powerful, scalable alternative, and now you can easily import your data directly from Airtable into Backendless Database.

How to Create Data Tables, Columns and Relations by Importing CSV Files

Backendless can create tables when you store object hierarchies from a client application. Also, we described how to manually create data tables using Backendless Console.

How to Assign Column Types During Data Import

In another post, we described a feature where you can import data to Backendless using CSV files. In that post, we used CSV files that already had the data type defined for each column.

How to Use Code Generation to Simplify Working With Data

In Java, entity objects are classes that represent data from your table. From an object-oriented perspective, these objects are built to encapsulate your data in the real-world problem domain.