ALLNET services for newer Sega arcade games
Go to file
Tau 072d70b42a Migrate to SQLite3
We'll keep the door open for side-by-side support of Postgres in
the background, but due to SQLite's type system quirks we cannot
use the same DDL for both databases, so we would have to maintain
two sets of DDL (schema init and schema migration scripts) at once.

Interested future contributors can shoulder this maintenance burden
if they so choose.
2019-11-06 17:28:30 -05:00
.vscode Use workspace TypeScript ver in vscode 2019-11-06 17:28:30 -05:00
pki Check in a canonical PKI 2019-11-06 17:28:30 -05:00
schema/init Migrate to SQLite3 2019-11-06 17:28:30 -05:00
src Migrate to SQLite3 2019-11-06 17:28:30 -05:00
types types/sql-bricks-postgres: Add initial typings 2019-11-06 17:28:30 -05:00
.editorconfig Add SQL editorconfig 2019-11-06 17:28:30 -05:00
.gitignore Migrate to SQLite3 2019-11-06 17:28:30 -05:00
initpki Check in a canonical PKI 2019-11-06 17:28:30 -05:00
package.json Migrate to SQLite3 2019-11-06 17:28:30 -05:00
tsconfig.json Add local typings directory to project 2019-11-06 17:28:30 -05:00
yarn.lock Migrate to SQLite3 2019-11-06 17:28:30 -05:00