Skip to content

Commit 8452265

Browse files
authored
Update README.md
1 parent 77d8588 commit 8452265

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# bfpd-sql
22
Simple command line utility for loading Branded Food Products csv into a MySQL/MariaDB database.
33
### What's here
4-
* ./config -- go type definitions for configurating the app/database.
5-
* ./ds -- datasource interface implemented for mariadb. It should be trivial to implement ds for other databases like postgres.
6-
* ./ingest -- interface implemented for branded foods
4+
* ./config -- go type definitions for configuring the app.
5+
* ./ds -- datasource interface implemented for mariadb. Feel free to implement a ds for your favorite database like postgres.
6+
* ./ingest -- interface implemented for branded foods, where the csv gets translated into the model
77
* ./model -- go type definitions for loading the csv data
88
* ./schema -- schema for the mariadb database
99
### How to run

0 commit comments

Comments
 (0)