Skip to content

pete-setchell-kubra/r2dbcrepro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database bug reproduction for PostGIS and Spring Data R2DBC

Dependencies

Install postgres and postgis.

Create a database and grant access to a test user. Put those creds in application.yml.

CREATE DATABASE repro;
CREATE USER postgispoc WITH PASSWORD 'changemeforprod';
GRANT ALL PRIVILEGES ON DATABASE repro TO postgispoc;

Once created, add the postgis extention.

CREATE EXTENSION postgis;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages