Changes

Jump to navigation Jump to search
no edit summary
|✗
|}
 
 
== Database ==
 
Because there isn't a compelling reason not to, I used the existing PostgreSQL infrastructure on the RDP.
The "Java Way" of interacting with databases is the Java Databse Connectivity API (JDBC), an implementation-agnostic API for interacting with databases.
This project uses the stock [https://jdbc.postgresql.org/ Postgres JDBC], version 42.1.1
 
First, create an empty database:
 
<code>$ createdb --username=postgres patents_june_2017 # password is tabspaceenter</code>
 
 

Navigation menu