ab0b187f20
Implement MongoDB database adapter ( #29 )
...
* Implement MongoDB adapter using motor
* Add mongo container to build pipeline
* Tidy up dependencies
* Update documentation for MongoDB
* Export MongoDB adapter from db package
* Pass black format
* Update README
2019-10-27 16:34:30 +01:00
f3b7fa662a
Ensure columns in SQL schema are not nullable
2019-10-11 13:08:03 +02:00
ef796abb55
Reorganize base modules
2019-10-10 19:21:36 +02:00
ef6dd2c39c
Implement user-facing API
2019-10-10 18:55:11 +02:00
0112e700ac
Improve typing and make User pydantic models dynamic
2019-10-10 13:37:52 +02:00
9f41a8b9a7
Use a Base table class for SQLAlchemy adapter
2019-10-09 18:03:10 +02:00
d781a41872
Install Black formatter
2019-10-09 16:52:06 +02:00
96685c7696
Rename SQLAlchemy User table to BaseUser
2019-10-09 07:22:58 +02:00
20aa806375
Rename DB classes
2019-10-07 17:34:12 +02:00
51b67b0739
Add get by id method on DB adapter
2019-10-07 07:53:56 +02:00
c4ff6ca3fe
Implement password hash migration
2019-10-07 07:50:19 +02:00
bcc88a8b14
Implement working SQLAlchemy DB adapter
2019-10-06 11:00:24 +02:00