db icon indicating copy to clipboard operation
db copied to clipboard

Is it possible to add a unified table prefix setting

Open OneSeven opened this issue 4 years ago • 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()

OneSeven avatar Feb 23 '21 15:02 OneSeven