CREATE DATABASE tmdb;
CREATE USER tmc WITH ENCRYPTED PASSWORD 'tmc';
GRANT ALL PRIVILEGES ON DATABASE tmdb TO tmc;
ALTER USER tmc WITH SUPERUSER;
-
Notifications
You must be signed in to change notification settings - Fork 5
biniama/postgres-ltree-spring-boot-jpa
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Example SpringBoot app using JPA for accessing data from a Postgres table using LTree for Hierarchical data structure
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published