This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
30838b8df7
tvl-depot
/
.gitignore
6 lines
57 B
Text
Raw
Normal View
History
Unescape
Escape
Read env variables using envy library Using my dear friend's, dmjio's, excellent library, envy -- to read and parse variables from the system environment. I added and git-ignored the .envrc file that contains API secrets. I'm using Envy to read these values, so that I don't hard-code these values into the source code.
2020-07-30 14:58:50 +02:00
.envrc
Integrate Persistent with Servant Query my SQLite database from within my Servant handlers. Nothing I've written is domain-specific to the business logic yet -- I'm just making sure everything integrates.
2020-07-24 23:46:54 +02:00
*.db
Define table schema and CSVs to populate the database TL;DR: - Created src/init.sql, which defines the tables - Created a data/ directory to house .csv data to populate our db - Updated the README with usage instructions
2020-07-27 12:16:26 +02:00
*.sqlite3
Create populate.sqlite3 to simplify README To make my life easier, I created a small sqlite3 script to populate our database.
2020-07-28 19:42:07 +02:00
!populate.sqlite3
Integrate Persistent with Servant Query my SQLite database from within my Servant handlers. Nothing I've written is domain-specific to the business logic yet -- I'm just making sure everything integrates.
2020-07-24 23:46:54 +02:00
*.db-shm
*.db-wal
Reference in a new issue
Copy permalink