PostgreSQL is a powerful, open-source database engine with a uniquely advanced query optimizer and dozens of built in features, making it an easy choice for production databases.
Databases
PostgreSQL
PostgreSQL is a powerful, open-source database engine with a uniquely advanced query optimizer and dozens of built in features, making it an easy choice for production databases.
Forms & Surveys
DataScope
DataScope Forms is a mobile solution to automate your operation. Collect data offline, manage
field teams and share business insights.
Much of the computer technology that powers our lives today started in university and corporate research labs decades ago. The internet began life as APRANET, a US Department of Defense funded network between universities, and was harnessed with the world wide web launched from CERN's laborties. UNIX came from Bell Labs that inspired BSD from Berkley and Linux from Linux Torvalds among other operating systems.Some of today's most popular database engines have a similar lineage. Ingress, a database research project from Berkley, lived on as its own commercially-supported database, though its ideas were popularized by alternate database apps including Microsoft SQL Server and PostgreSQL. The latter, launched in 1989 as an object orientated database that could pull data from multiple media types (perhaps a static database on a CD along with a local, hard-drive based database), became one of the most popular database engines as it gained SQL features to bridge the best of both worlds.Read MoreToday, while not as popular as MySQL, it's still the 4th most popular database engine, one that ships as the default server in macOS Server. And, it's the core of cloud services like Amazon Redshift, where it powers a simple way to warehouse massive amounts of data in the cloud.PostgreSQL is designed to handle as much data as you need to store. It can store unlimited data in each databases, with 32TB in each table, 1.6TB in each row, and fields of up to 1GB each. You can store media such as audio or images directly in your database along with any standard text data. And, you can be sure your data will always be consistent with PostgreSQL's built-in rules and data validation.With its own built-in database engine—unlike MySQL which has you select a storage engine to manage data—you'll always know how PostgreSQL will work with your data. It can query across databases like Microsoft SQL, even between local and cloud databases, for an easy way to pull in all the data you need. And if you make a mistake, no worry: PostgreSQL can roll back most changes to your database aside from creating or destroying databases themselves, and can backup your databases in real-time as you make changes. It'll even try to speed up your work, using query optimization to try to optimize your queries and use the least resources possible.Perhaps most interestingly since Oracle's acquisition of Sun Microsystems and MySQL is that PostgreSQL is fully open-source. Unlike MySQL with its enterprise-level support licenses and extensions, everything in PostgreSQL is free and open-source, with a liberal license that lets you tweak code and deploy it in open-source or commerce projects however you'd like. That can make it harder to use if your team would like commercial support, but can also simplify deploying it for customized workflows where you want to be able to reuse your code changes as your team sees fit.The good thing is, since most databases today rely on the SQL query language, your database skills will work on most popular databases. PostgreSQL's features make it an attractive database for many projects, especially those with exceptional large data sets—and your SQL skills from other database engines will be right at home along with PostgreSQL's extra features.PostgreSQL Resources:Learn everything you need about PostgreSQL with the PostgreSQL Manual.Find detailed help with PostgreSQL in the PostgreSQL wiki.Learn how to run PostgreSQL on your own server.Get involved in the PostgreSQL community with mailing lists, user groups, IRC chats, and resources.Use PostgreSQL online to warehouse your data using Amazon Redshift, or to build an active database with Amazon RDS for PostgreSQL.
Integrations
New Column
Triggered when you add a new column.
New Row (Custom Query)
Triggered when new rows are returned from a custom query that you provide.
New Table
Triggered when you add a new table.
New or Updated Row
Triggered when a new row is added or modified.
Find Row
Finds a row in a table via a lookup column.
Find Row via Custom Query
Finds a row in a table via a custom query you control.
Export results to different platforms
Get the results in Excel, PDF or integrating with our API