Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long-term database backend implementation #70

Merged
merged 14 commits into from
Jun 12, 2017
Merged

Long-term database backend implementation #70

merged 14 commits into from
Jun 12, 2017

Conversation

DL6ER
Copy link
Member

@DL6ER DL6ER commented Jun 9, 2017

By submitting this pull request, I confirm the following (please check boxes, eg [X]) Failure to fill the template will close your PR:

Please submit all pull requests against the development branch. Failure to do so will delay or deny your request

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

10


  • Add FTL SQLite3 implementation
  • We compile SQLite3 on-the-fly to become independent of installed libraries
  • Limit DB file size, configurable via config file, if set to zero, the DB functionality is disabled altogether
  • Add >dbstats to the telnet interface

This template was created based on the work of udemy-dl.

DL6ER added 2 commits June 9, 2017 09:47
…me independent of installed libraries

Limit DB filesize, configureable via config file, if set to zero, the DB functionality is disabled altogether
Add ">dbstats" to the telnet interface
@DL6ER DL6ER added this to the v3.0 milestone Jun 9, 2017
@dschaper
Copy link
Member

Awesome!

@DL6ER DL6ER merged commit abc5503 into development Jun 12, 2017
@DL6ER DL6ER deleted the new/db branch June 12, 2017 16:54
DL6ER pushed a commit that referenced this pull request Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants