I have few tables in sql filled with data. Are there any plugs/modules that could build table or forms from sql query or something to view and edit that data?

Comments

WorldFallz’s picture

the webform module might be along the lines of what you're looking for.

derbeerk’s picture

As i understood, webform does not work with SQL :(
I just need tools to create tables and forms for CRUD operations with database

WorldFallz’s picture

from webforms project page:

Submissions from a webform are saved in a database table and can optionally be mailed to a nominated e-mail address upon submission. Past submissions are viewable for users with the correct permissions.

Webform includes some simple statistical tools to help in form design and evaluation and also allows the whole table to be downloaded as a csv file for detailed statistical analysis.

perhaps I don't know what you mean by "SQL"? Are you talking about a different database than the one associated with your drupal install?

shishira’s picture

you could use the database module for that
phpmyadmin from your cpanel would give u more control.