MethodsTablesOn this pageTablesTables MethodTable Of Tables MethodParametersExample UsageReturned DataParametersNo parameters existed for the methodtables()Example Usageawait db.tables();// -> return array of all tables existed in the databaseReturned DataReturns an array of all existed tables in the database['my_table']