-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
133 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ edition = "2021" | |
shared = { path = "../shared" } | ||
rusqlite = "0.31.0" | ||
postgres = "0.19.7" | ||
csv = "1.3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
DisplayName,Nationality,Gender | ||
Charles Arnoldi,American,male | ||
David Aronson,American,male | ||
Irene Aronson,American,female | ||
Jean Arp,French,male | ||
Richard Artschwager,American,male | ||
Ruth Asawa,American,female | ||
Charles Robert Ashbee,British,male | ||
Erik Gunnar Asplund,Swedish,male | ||
Genevieve Asse,French,female | ||
Alvar Aalto,Finnish,male | ||
Aino Aalto,Finnish,female | ||
Eero Aarnio,Finnish,male | ||
Magdalena Abakanowicz,Polish,female | ||
James Abbe,American,male | ||
Berenice Abbott,American,female | ||
Robert Abel,American,male | ||
Raimund Abraham,American,male | ||
Ivor Abrahams,British,male | ||
Rodolfo Abularach,Guatemalan,male | ||
Vito Acconci,American,male |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters