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
2398f1bd40
tvl-depot
/
.gitignore
4 lines
32 B
Text
Raw
Normal View
History
Unescape
Escape
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
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