about summary refs log tree commit diff
path: root/finito-postgres (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-13 feat(postgres): Introduce database connection poolVincent Ambo3-10/+44
2018-12-13 feat(postgres): Add human-readable Display implementation for errorsVincent Ambo1-3/+30
2018-12-13 feat(postgres): Introduce chained error variantsVincent Ambo2-33/+91
2018-12-13 refactor(postgres): Implement FSMBackend trait for FinitoPostgresVincent Ambo1-123/+111
2018-11-19 chore: Fix email address in Cargo filesVincent Ambo1-1/+1
2018-09-26 feat(postgres): Compatibility with new associated error typeVincent Ambo3-13/+26
2018-09-26 feat(postgres): Implement initial (synchronous) actoin executionVincent Ambo1-25/+127
2018-09-26 test(postgres): Add test for insert_machine and advanceVincent Ambo2-0/+50
2018-09-26 fix(postgres): Minor fixes in Postgres queries and handlingVincent Ambo2-3/+9
2018-09-26 refactor(postgres): Minor changes to match actual table schemaVincent Ambo1-7/+10
2018-09-26 feat(postgres): Add initial table schema for Finito tablesVincent Ambo2-0/+41
2018-09-26 docs: Add rustdoc header lines as expected by the formatVincent Ambo1-0/+2
2018-09-26 feat(postgres): Implement Postgres-backed 'advance' functionVincent Ambo2-14/+73
2018-09-26 feat(postgres): Bootstrap Postgres persistence implementationVincent Ambo3-0/+270