agronholm / agronholm/sqlacodegen

(optionally) add generic docstring

Open
#25 4 comments 2 reactions 0 assignees View on GitHub
enhancement minor
Dominant language
Python
Stars
2.4k
Forks
284
Avg merge
2d 1h
Merged PRs (30d)
1

Description

Originally reported by: **Rami Abughazaleh (Bitbucket: [ramiabughazaleh](https://bitbucket.org/ramiabughazaleh), GitHub: [ramiabughazaleh](https://github.com/ramiabughazaleh))**

----------------------------------------

Thank you for sqlacodegen 1.1.6.

I'd like to request the ability to add generic docstrings to the models/tables.

For example:

```
#!python
class Student(Base):
"""
Student
"""

class ClassRoom(Base):
"""
Class Room
"""
```

In this way, when I inspect my code using PyCharm, it doesn't produce a warning indicating that a docstring is missing for example.

Thank you

----------------------------------------
- Bitbucket: https://bitbucket.org/agronholm/sqlacodegen/issue/25

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.