class DBEnginePostgres
- DBEnginePostgres
- DBEngine
- Reference
- Object
Defined in:
luck/db_engine_postgres.crConstructors
Instance Method Summary
- #db : DB::Database
- #delete(table_name, verb, id, http_body)
-
#make_create_table_str(table_name, table_json)
create query for making new table
- #make_filter_str(table_name, table_json : JSON::Any)
-
#make_insert_str(table_name, table_json)
create query string for insert
-
#make_update_str(table_name, update_json)
make update query string
- #read(table_name, verb, id, http_body)