https://github.com/gesthosnetwork/postgresqlportable
https://github.com/gesthosnetwork/postgresqlportable
database no-installation-required portable-apps postgresql
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gesthosnetwork/postgresqlportable
- Owner: GesthosNetwork
- License: mit
- Created: 2024-09-09T01:13:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T22:49:16.000Z (over 1 year ago)
- Last Synced: 2024-11-08T12:10:07.423Z (over 1 year ago)
- Topics: database, no-installation-required, portable-apps, postgresql
- Language: PLpgSQL
- Homepage:
- Size: 42.4 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**PostgreSQLPortable** is an open-source database packaged as a portable app. This allows you to run a full PostgreSQL database on your USB flash drive, external hard drive, or any other portable storage device. It includes all the features of PostgreSQL and leaves no personal information behind on the machine you use, making it easy to take with you wherever you go.
## Features
- No installation required. Simply run!
- Runs a complete PostgreSQL Server instance.
- Does not require a local "postgres" user account or administrator privileges, making it accessible to any user.
- Fully portable.
## System Requirements
- Windows 10 or 11.
## Instructions for Use
- Click 'Make-Cluster.bat' the first time you use it.
- Click 'PostgreSQL-Start.bat' to start using PostgreSQL.
## Credits
- PostgreSQLPortable is a repack of the [PostgreSQL Database Server](https://www.postgresql.org).