Skip to content

laliluna/explore-languages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightway Java

Setup the DB

We will use a Postgressql database.

createdb sample

The sample assumes a user postgres with password p.

createuser -s -d -U postgres -W

Create the tables

create table bikes (id serial, name text, primary key (id));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages