In this tutorial we learn how to configure PostgreSQL with Django ,It has following advantages over other databases they are as follows
https://github.com/GanapathiAmbore/Django-with-postgresql
- PostgreSQL's write-ahead logging makes it a highly fault-tolerant database
- PostgreSQL source code is freely available under an open source license. This allows you the freedom to use, modify, and implement it as per your business needs.
- PostgreSQL supports geographic objects so you can use it for location-based services and geographic information systems
- PostgreSQL supports geographic objects so it can be used as a spatial data store for location-based services and geographic information systems
- To learn PostgreSQL, you don't need much training as its easy to use
- Low maintenance administration for both embedded and enterprise use
- PostgreSQL can run dynamic websites and web apps as a LAMP stack option
https://github.com/GanapathiAmbore/Django-with-postgresql
Comments
Post a Comment