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

Enable PostgreSQL table creation within pw #90

Open
vladjohnson opened this issue Jan 11, 2025 · 0 comments
Open

Enable PostgreSQL table creation within pw #90

vladjohnson opened this issue Jan 11, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@vladjohnson
Copy link

Is your feature request related to a problem? Please describe.
There is no option to create PostgreSQL tables directly within pw. This limitation forces me to switch between SQLAlchemy and pw, adding unnecessary complexity and time to the workflow. Given that we already have defined a schema in pathway, why not use that to create a table?

Describe the solution you'd like
I would like pw to natively support the creation of PostgreSQL tables.

Describe alternatives you've considered
Writing SQLAlchemy code.

Additional context
Integrating this feature could significantly enhance the development experience for users who work with PostgreSQL databases. Providing a user-friendly interface for table creation would align well with pw's mission of simplifying workflows.

@vladjohnson vladjohnson added the enhancement New feature or request label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant