diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-01-12 11:50:48 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-01-12 11:50:48 -0800 |
commit | 989e399825af57cefe5aa4103dc9f111bb0e3525 (patch) | |
tree | 8a62fbd67f1be111d780e72d637ee6af54a9af17 /notes/libs.txt | |
download | fatcat-989e399825af57cefe5aa4103dc9f111bb0e3525.tar.gz fatcat-989e399825af57cefe5aa4103dc9f111bb0e3525.zip |
init repo (with notes from Dec 16, 2017)
Diffstat (limited to 'notes/libs.txt')
-rw-r--r-- | notes/libs.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/notes/libs.txt b/notes/libs.txt new file mode 100644 index 00000000..8a789641 --- /dev/null +++ b/notes/libs.txt @@ -0,0 +1,8 @@ + +Python + flask + sqlalchemy + +Golang + sqlx (or xorm, or something to match rows to structs) + go-swagger |