LurkyTheHatMan
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
LurkyTheHatMan created a post, How to set templating within SQL files in PyCharm?
In our project, we use format string templates within SQL script files, which are formatted using psycopg's SQL formatters, e.g. select_value.sql:SELECT column FROM table WHERE column = {value};Ob... -