enso/std-bits
James Dunkerley 5174cc6ece
Update Database.connect to match new API (#3542)
Initial work restructuring the `Database.connect` API
- New SQLite API with support for InMemory.
- Updated PostgreSQL API with SSL and Client Certificate Support.
- Updated Redshift API.

# Important Notes
Follow up tasks:
- PostgreSQL SSL additional testing.
- Driver version updating.
- `.pgpass` support.
2022-07-04 20:26:44 +00:00
..
base/src/main/java/org/enso/base Implement In-Memory Table order_by (#3515) 2022-06-08 12:30:50 +00:00
database/src/main/java/org/enso/database Update Database.connect to match new API (#3542) 2022-07-04 20:26:44 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Make sure formatting is applied to std-bits projects (#3477) 2022-05-25 09:26:50 +00:00
table/src/main/java/org/enso/table Adding write support to File_Format.Excel (#3551) 2022-07-04 18:32:16 +00:00