Salesforce Developers Blog

An Introduction to the Force.com Database

Avatar for Jon MountjoyJon Mountjoy
The Force.com platform provides a powerful and intuitive data persistence layer in the cloud, which I’ve been figuring out and writing up over the past few weeks. Read this article for an introduction to the database and its many features.
October 22, 2008
Listen to this article
0:00 / 0:00

Data persistence lies at the heart of many of your applications. At the end of the day, you often want to store data, and interact with that data. The Force.com platform provides a powerful and intuitive data persistence layer in the cloud, which I’ve been researching and writing up over the past few weeks. I think it has a load of interesting features such as:

  • A metadata driven approach to automatically generating powerful user interfaces for all of your persisted data objects (if you want).
  • A web service that lets you modify, create, introspect and search database objects – with a bunch of tools built around the service to get your data into the cloud
  • A great integration with the Apex language, making it very easy for you to programatically interact with the database if you need to.
  • A neat paradigm of defining relationships between objects (tables) instead of working with foreign keys and such like.
  • An interesting formula language that you can use to have fields in your persisted objects automatically derive values from calculations on other fields.
  • Fully fledged reporting, straight out of the box.
  • A vast array of data security and sharing option.
  • And a lot more…

So, check out the article: An Introduction to the Force.com Database!

Comments appreciated!

More Blog Posts

The Salesforce Developer’s Guide to the Winter ’25 Release

The Salesforce Developer’s Guide to the Winter ’25 Release

The Winter '25 release is here! In this post, we highlight what’s new for developers across the Salesforce ecosystem.September 03, 2024

Zero Copy Data Federation with Snowflake and Salesforce Data Cloud

Zero Copy Data Federation with Snowflake and Salesforce Data Cloud

Create a warehouse and integration user in Snowflake, generate a public and private key pair, and configure Salesforce Data Cloud to connect to Snowflake.August 14, 2024

The Salesforce Developer’s Guide to the Spring ’25 Release

The Salesforce Developer’s Guide to the Spring ’25 Release

The Spring '25 release is here! In this post, we highlight what’s new for developers across the Salesforce ecosystem.January 23, 2025