File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# bfpd-sql
2
2
Simple command line utility for loading Branded Food Products csv into a MySQL/MariaDB database.
3
3
### 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
7
7
* ./model -- go type definitions for loading the csv data
8
8
* ./schema -- schema for the mariadb database
9
9
### How to run
You can’t perform that action at this time.
0 commit comments