fastpastebin/database/migrations
Stanislav Nikitin 0cca0f453f Database dialects, proper database shutdown, pagination in configuration.
Added possibility to use different database (storage) backends. Currently
supported: flatfiles and mysql. Fixes #2.

Added database shutdown call. This call will properly shutdown database
connections (in case of RDBMS) or flush pastes index cache on disk (in
case of flatfiles).

De-hardcoded pagination count. Fixes #12.
2018-05-27 12:25:01 +05:00
..
1_initial.go License header everywhere. We're on MIT. 2018-04-30 22:37:36 +05:00
2_paste_lang.go Pagination, readable error messages to user, syntax highlighting started. 2018-05-01 02:37:51 +05:00
3_private_pastes.go Private pastes, systemd unit file, design updates. 2018-05-01 22:56:45 +05:00
4_passworded_pastes.go Passworded pastes are here. 2018-05-18 22:28:04 +05:00
exported.go Database dialects, proper database shutdown, pagination in configuration. 2018-05-27 12:25:01 +05:00