upper/db

Is it possible to add a unified table prefix setting

OneSeven opened this issue · 0 comments

When designing the data table, we added the table name prefix (a_table, b_table, c_table,...) to each table name
It may be that multiple projects share a database, or other reasons,
This can make implementation more flexible

Can add the following settings to increase the table preset

sess.prefix()

Set a table prefix separately when querying or inserting

db.prefix().select()