sq/drivers/csv
Neil O'Toole 82727b3890
Refactor/rename database to pool (#328)
* Renamed `driver.Database` to `driver.Pool` (and related things)

* workflow: Update tparse version

* workflow: Update golangci-lint version
2023-11-18 19:21:14 -07:00
..
testdata CSV ingest improvements (#302) 2023-08-18 09:21:11 -06:00
csv_test.go Add flag --src.schema (#326) 2023-11-18 17:05:48 -07:00
csv.go Refactor/rename database to pool (#328) 2023-11-18 19:21:14 -07:00
detect_field_kinds.go CSV empty string now treated as NULL (#190) 2023-04-09 19:29:13 -06:00
detect_header_test.go Auto-detect CSV headers (#188) 2023-04-09 08:44:27 -06:00
detect_header.go #191: XLSX driver auto-detects header row (#284) 2023-07-08 09:21:27 -06:00
detect_type.go #199: Config overhaul (#214) 2023-05-03 06:36:10 -06:00
ingest.go Refactor/rename database to pool (#328) 2023-11-18 19:21:14 -07:00
insert.go Refactor/rename database to pool (#328) 2023-11-18 19:21:14 -07:00
internal_test.go Auto-detect CSV headers (#188) 2023-04-09 08:44:27 -06:00