Commit Graph

22 Commits

Author SHA1 Message Date
Joe Smith 93a2b5e708 Fix single-value queries 2019-06-17 08:36:00 -07:00
Joe Smith 24e00b00cb Initial support for BatchGetItems API 2019-06-16 21:46:48 -07:00
Joe Smith fa0fd76ce8 Use newly released AWS library with futures 2019-05-23 16:01:00 +02:00
Joe Smith 53ba4ebd15
Merge pull request #1 from Yasumoto/codable
Wire up Codable support for DynamoValue
2019-05-13 16:28:39 +01:00
Joe Smith 38ae571a84 Add travis 2019-05-13 16:23:38 +01:00
Joe Smith b7d66e6dea Wire up Codable support for DynamoValue 2019-05-13 16:19:45 +01:00
Joe Smith e5c5b5b792 Get started on Codable for DynamoValue 2019-05-13 16:17:39 +01:00
Joe Smith 3ee68dd330 Alphabetize parameters 2019-05-08 20:37:03 +01:00
Joe Smith d0076bc22c Use the future directly instead of the indirect promise 2019-04-24 14:03:25 -07:00
Joe Smith 37216228da Properly rename DynamoValue 2019-04-24 13:27:08 -07:00
Joe Smith 1100512847 Flatten the DynamoOutput so we use DynamoValue directly 2019-04-24 10:58:25 -07:00
Joe Smith 66deb3fa0f Update DatabaseConnectionPool as well 2019-04-23 22:00:56 -07:00
Joe Smith 171c7a4a7c I had a dependency injection problem not a config problem
Skimmed https://github.com/vapor/service and re-read
https://github.com/vapor/postgresql/blob/1.4.1/Sources/PostgreSQL/Utilities/PostgreSQLProvider.swift#L14
2019-04-23 21:04:52 -07:00
Joe Smith b56496c3a5 Leave the configuration to the app.
Based on some hopeful self-discovery in the Vapor discord

https://discordapp.com/channels/431917998102675485/431926916279304202/570448033536540692
2019-04-23 20:43:47 -07:00
Joe Smith 943ced675b And the methods 2019-04-23 20:00:49 -07:00
Joe Smith eacccb16bd We want people to use the provider 2019-04-23 20:00:15 -07:00
Joe Smith 920fb1ba35 Provider and some light test coverage 2019-04-23 19:56:26 -07:00
Joe Smith 00c02d1f8c Cleaner enum for attribute values 2019-04-23 14:19:50 -07:00
Joe Smith 0023231829 Cleanup since we don't need a separate event loop thanks to the AWS lib using EventLoopFutures now 2019-04-22 21:19:44 -07:00
Joe Smith c88af03c26 Working CRUD 2019-04-16 19:16:30 -07:00
Joe Smith 0b6a7d31e8 Try to get&set Dynamo 2019-04-16 14:31:04 -07:00
Joe Smith 6a10278bdd Initial commit 2019-04-10 18:12:28 -07:00