This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
lightning
mirror of
https://github.com/lukechilds/lightning.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
6912
Commits
55
Branches
107
Tags
38 MiB
Tree:
de91eda36d
lightning
/
requirements.txt
2 lines
13 B
Raw
Normal View
History
wallet: Add tooling to extract SQL queries and generate driver info This is the counterpart of the annotations we did in the last few commits. It extracts queries, passes them through a driver-specific query rewriter and dumps them into a driver-specific query-list, along with some metadata to facilitate processing later on. The generated query list is then registered as a `db_config` and will be loaded by the driver upon instantiation. Signed-off-by: Christian Decker <decker.christian@gmail.com>
6 years ago
mako==1.0.14